Update CHANGELOG.md

This commit is contained in:
Calvin Rose 2023-09-30 12:26:50 -05:00
parent 84ad161f1e
commit 26aa622afc
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
All notable changes to this project will be documented in this file.
## Unreleased - ???
- Add support for weak tables via `(table/new capacity :kv)`.
- Add `array/weak` for weak references in arrays
- Add support for weak tables via `table/weak`, `table/weak-keys`, and `table/weak-values`.
- Fix compiler bug with using the result of `(break x)` expression in some contexts.
- Rework internal event loop code to be better behaved on Windows
- Update meson build to work better on windows