aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorsogaiu <983021772@users.noreply.github.com>2025-02-07 14:29:54 +0900
committersogaiu <983021772@users.noreply.github.com>2025-02-08 14:29:22 +0900
commitdd609bb1bba26e6eea2a636e5455231f7dfd2e1c (patch)
treeb0c8861ea8bf0f379adf249397f9f912636f6a05 /CHANGELOG.md
parentMerge pull request #1555 from sogaiu/tweak-apply-short-fn-docstrings (diff)
Update CHANGELOG.md
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 395b3188..11eebf84 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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