diff options
| author | 2024-10-16 14:16:05 +0900 | |
|---|---|---|
| committer | 2024-10-16 14:16:05 +0900 | |
| commit | 84dd3db62069d31d044366a16e5bc61c721513c9 (patch) | |
| tree | 47d855d1cc50c5acaf3e0e2f646fb8c65af46a51 /CHANGELOG.md | |
| parent | Formatting. (diff) | |
Mention nth and only-tags in changelog
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c9fdb6ae..525ec3bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ All notable changes to this project will be documented in this file. - Add `*repl-prompt*` dynamic binding to allow customizing the built in repl. - Add multiple path support in the `JANET_PATH` environment variables. This lets user more easily import modules from many directories. +- Add `nth` and `only-tags` PEG specials to select from sub-captures while + dropping the rest. ## 1.36.0 - 2024-09-07 - Improve error messages in `bundle/add*` functions. |
