1
0
mirror of https://github.com/janet-lang/janet synced 2024-11-13 20:24:48 +00:00

Merge pull request #1513 from sogaiu/add-nth-and-only-tags-to-changelog

Mention nth and only-tags in changelog
This commit is contained in:
Calvin Rose 2024-10-18 05:45:36 -07:00 committed by GitHub
commit 046d28662d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.