1
0
mirror of https://github.com/janet-lang/janet synced 2025-04-10 09:16:38 +00:00

Merge pull request #1557 from sogaiu/update-changelog-2025-02

Update CHANGELOG.md
This commit is contained in:
Calvin Rose 2025-02-09 23:22:45 -08:00 committed by GitHub
commit 53bcc15207
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,11 +2,17 @@
All notable changes to this project will be documented in this file.
## ??? - Unreleased
- Improve `?` peg special termination behavior
- Add IEEE hex floats to grammar.
- Add buffer peg literal support
- Improve `split` peg special edge case behavior
- Add Arm64 .msi support
- Add `no-reuse` argument to `net/listen` to disable reusing server sockets
- Add `struct/rawget`
- Fix `deep=` and `deep-not=` to better handle degenerate cases with mutable table keys
- Long strings will now dedent on `\r\n` instead of just `\n`.
- Add `ev/to-file` for synchronous resource operations
- Improve `file/open` error message by including path
## 1.37.1 - 2024-12-05
- Fix meson cross compilation