From dd609bb1bba26e6eea2a636e5455231f7dfd2e1c Mon Sep 17 00:00:00 2001 From: sogaiu <983021772@users.noreply.github.com> Date: Fri, 7 Feb 2025 14:29:54 +0900 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) 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