aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2025-03-02 22:13:14 -0600
committerCalvin Rose <calsrose@gmail.com>2025-03-03 08:14:09 -0600
commitaa9efee868911e6e333d7f7bfbda46643c697bf6 (patch)
tree2a241874408066445bd7664e22ae10c2cbc1d116 /CHANGELOG.md
parentPrevent multi-scheduling with os/proc-wait. (address #1562) (diff)
Expose bundle operations in the CLI.
Bundle installation is a fairly natural command on the command line.
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 11eebf84..328a6629 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 CLI flags for the `bundle/` module to install and manage bundles.
- Improve `?` peg special termination behavior
- Add IEEE hex floats to grammar.
- Add buffer peg literal support