diff options
| author | 2024-09-20 22:21:46 -0500 | |
|---|---|---|
| committer | 2024-09-20 23:05:02 -0500 | |
| commit | 8084e4c7284154144c2f9b6c02fa20d159069124 (patch) | |
| tree | e909d59824b12a2f7fb91c9b5c74ae43808a0b6e /CHANGELOG.md | |
| parent | Merge pull request #1506 from sogaiu/tweak-signal-doc (diff) | |
Add support for multiple directories in JANET_PATH.
Use a colon ":" as the separator on posix, and semicolon ";" on
windows (and mingw).
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 94901287..c5528007 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. +## ??? - Unreleased +- Add multiple path support in the `JANET_PATH` environment variables. This lets + user more easily import modules from many directories. + ## 1.36.0 - 2024-09-07 - Improve error messages in `bundle/add*` functions. - Add CI testing and verify tests pass on the s390x architecture. |
