1
0
mirror of https://github.com/janet-lang/janet synced 2025-01-12 08:30:26 +00:00

Update CHANGELOG.md

This commit is contained in:
Calvin Rose 2019-12-12 17:51:49 -06:00
parent aa7f3411f5
commit f24e2f8706

View File

@ -2,6 +2,7 @@
All notable changes to this project will be documented in this file.
### Unreleased
- Add `thread/` module to the core.
- Allow seeding RNGs with any sequence of bytes. This provides
a wider key space for the RNG. Exposed in C as `janet_rng_longseed`.
- Fix issue in `resume` and similar functions that could cause breakpoints to be skipped.