aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2024-09-21 08:58:04 -0500
committerCalvin Rose <calsrose@gmail.com>2024-09-21 08:58:04 -0500
commit2570e0f7a0fa9aed82ae443427c4a57e0ef7d61a (patch)
tree9ce7c0c4eb12f9011359bd3c821397b2822a28c4 /CHANGELOG.md
parentAdd support for multiple directories in JANET_PATH. (diff)
Add *repl-prompt*.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c5528007..c9fdb6ae 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file.
## ??? - Unreleased
+- Change how JANET_PROFILE is loaded to allow more easily customizing the environment.
+- 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.