From 84dd3db62069d31d044366a16e5bc61c721513c9 Mon Sep 17 00:00:00 2001 From: sogaiu <983021772@users.noreply.github.com> Date: Wed, 16 Oct 2024 14:16:05 +0900 Subject: [PATCH] Mention nth and only-tags in changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9fdb6aef..525ec3bd6 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.