1
0
mirror of https://github.com/janet-lang/janet synced 2025-01-11 08:00:27 +00:00

Update changelog

This commit is contained in:
Calvin Rose 2019-05-02 18:05:06 -04:00
parent 1cfc7b3b0d
commit 5694998382

View File

@ -2,6 +2,7 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## 0.5.0 - ?? ## 0.5.0 - ??
- Add debugger to repl that activates on errors or debug signal
- Remove `*env*` and `*doc-width*`. - Remove `*env*` and `*doc-width*`.
- Add `fiber/getenv`, `fiber/setenv`, and `dyn`, and `setdyn`. - Add `fiber/getenv`, `fiber/setenv`, and `dyn`, and `setdyn`.
- Add support for dynamic bindings (via the `dyn` and `setdyn` functions). - Add support for dynamic bindings (via the `dyn` and `setdyn` functions).