Update CHANGELOG.md

This commit is contained in:
Calvin Rose 2019-06-03 10:55:26 -04:00
parent 6e8beff0a0
commit 5734e02034
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file.
## Unreleased
- Add optional argument to `parser/where` to set parser byte index.
- Add optional `env` argument to `all-bindings` and `all-dynamics`.
- Add scratch memory C API functions for auto-released memory on next gc.
Scratch memory differs from normal GCed memory as it can also be freed normally
for better performance.