Update CHANGELOG.md

This commit is contained in:
Calvin Rose 2020-06-14 12:12:41 -05:00
parent 17bdfbb08b
commit 911c2cbe58
2 changed files with 5 additions and 1 deletions

View File

@ -1,8 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.
## Unreleased - ???
## 1.10.1 - 2020-06-14
- Fix bug with the `trace` function.
- Add `:h`, `:a`, and `:c` flags to `thread/new` for creating new kinds of threads.
By default, threads will now consume much less memory per thread, but sending data between
threads may cost more.
- Fix flychecking when using the `use` macro.
- CTRL-C no longer exits the repl, and instead cancels the current form.
- Various small bug fixes

View File

@ -146,6 +146,7 @@ cd janet
meson setup build \
--buildtype release \
--optimization 2 \
--libdir /usr/local/lib \
-Dgit_hash=$(git log --pretty=format:'%h' -n 1)
ninja -C build