Update changelog.

This commit is contained in:
Calvin Rose 2019-06-08 17:22:42 -04:00
parent 43520ac67d
commit 95eb54045f
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
## Unreleased
- Add `:p` flag to `fiber/new`.
- Add `file/{fdopen,fileno}` functions.
- Add `parser/clone` function.
- 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.