1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-17 10:49:56 +00:00

Update CHANGELOG.md

This commit is contained in:
Calvin Rose 2019-06-03 10:55:26 -04:00
parent 6e8beff0a0
commit 5734e02034

View File

@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## Unreleased ## 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. - 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 Scratch memory differs from normal GCed memory as it can also be freed normally
for better performance. for better performance.