aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2025-02-01 17:31:55 -0600
committerCalvin Rose <calsrose@gmail.com>2025-02-01 17:31:55 -0600
commit1b278fc657e1ecf258c2ed8778e8529a3861fa7e (patch)
tree74df33ad423d4576f5bbd56d697bfc5dc592bf44 /CHANGELOG.md
parentAdd some more test cases for hex floats. (diff)
Update reduce2 documentation to fix issue #1545
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a83876c8..395b3188 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@
All notable changes to this project will be documented in this file.
## ??? - Unreleased
+- Add IEEE hex floats to grammar.
- 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`.