1
0
mirror of https://github.com/janet-lang/janet synced 2025-01-12 16:40:27 +00:00

Update CHANGELOG.md

This commit is contained in:
bakpakin 2021-07-25 13:08:17 -05:00
parent 7fba44ccce
commit 4452d0e0f5

View File

@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file.
## 1.17.0 - Unreleased
- Add `JANET_FN` and `JANET_REG` macros to more easily define C functions that export their source mapping information.
- Add `janet_interpreter_interupt` and `janet_loop1_interrupt` to interrupt the interpreter while running.
- Add `table/clear`
- Add build option to disable the threading library without disabling all threads.
- Remove JPM from the main Janet distribution. Instead, JPM must be installed