1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-16 02:09:56 +00:00

Update changelog (string module)

Also run `make format` on code.
This commit is contained in:
Calvin Rose 2019-05-04 10:11:36 -04:00
parent c70d59edee
commit 4fa1b28cad
2 changed files with 6 additions and 5 deletions

View File

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