aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2025-11-30 14:05:47 -0600
committerCalvin Rose <calsrose@gmail.com>2025-11-30 14:19:51 -0600
commitf79e4d6249ecc25f460204f2bc509dd1ad9713f5 (patch)
treec2e35a5a0a112a4924dff16fd1e2d2457fdd7f56 /CHANGELOG.md
parentRemove type constraint on doc for `+`. (diff)
Address #1674 - Add `cms` combinator to peg.
It behaves like `cmt`, but flattens the result and can collect multiple captures if an indexed data structure is returned.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b08f27f4..6a527f32 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,8 +2,9 @@
All notable changes to this project will be documented in this file.
## Unreleased - ???
+- Add `cms` combinator to PEGs.
- Add `thaw-keep-keys` as a variant of thaw
-- The `repl` function now respects the `*repl-prompt*` dynamic binding.
+- The `repl` function now respects the `*repl-prompt*` dynamic binding by default.
- Allow matching exact lengths of datastructures with the `match` macro using a dollar suffix.
## 1.40.1 - 2025-11-16