Added notes

This commit is contained in:
Justin Ethier 2018-11-03 22:27:55 -04:00
parent 6da3367169
commit 7cb714a387

View file

@ -2,6 +2,10 @@
## 0.9.4 - TBD
Features (notes)
- optimize recursive functions using C iteration
- combine lambda functions that are only called for side effects.
Bug Fixes
- Prevent GC segmentation fault on ARM platforms (Raspberry Pi 2).