1
0
mirror of https://github.com/janet-lang/janet synced 2025-09-01 18:38:04 +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

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.