diff --git a/CHANGELOG.md b/CHANGELOG.md index 0750e493..3a4f0d08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## 0.9.8 - TBD +Features + +- Memoize recursive calls to pure functions where possible. + Bug Fixes - Arthur Maciel fixed a bug in the compiler back-end where a terminating semi-colon would not be emitted in the C code generated for a short program.