Added feature section

This commit is contained in:
Justin Ethier 2019-02-14 21:11:54 -05:00
parent e5be007539
commit ae768b0e83

View file

@ -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.