mirror of
https://github.com/janet-lang/janet
synced 2024-12-24 23:40:27 +00:00
Update CHANGELOG.md
This commit is contained in:
parent
84ad161f1e
commit
26aa622afc
@ -2,7 +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 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.
|
- 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
|
- Rework internal event loop code to be better behaved on Windows
|
||||||
- Update meson build to work better on windows
|
- Update meson build to work better on windows
|
||||||
|
Loading…
Reference in New Issue
Block a user