1
0
mirror of https://github.com/janet-lang/janet synced 2024-12-25 07:50:27 +00:00

Update CHANGELOG.md

This commit is contained in:
Calvin Rose 2023-09-28 20:41:19 -05:00
parent 16ea5323e0
commit 2d54e88e74

View File

@ -1,6 +1,12 @@
# Changelog # Changelog
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 - ???
- Add support for weak tables via `(table/new capacity :kv)`.
- 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
## 1.31.0 - 2023-09-17 ## 1.31.0 - 2023-09-17
- Report line and column when using `janet_dobytes` - Report line and column when using `janet_dobytes`
- Add `:unless` loop modifier - Add `:unless` loop modifier