Prepare for 1.10.0 release.

This commit is contained in:
Calvin Rose 2020-06-14 14:16:01 -05:00
parent f435bb24ab
commit fbe23d8c33
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
All notable changes to this project will be documented in this file.
## 1.10.1 - 2020-06-14
- Hardcode default jpm paths on install so env variables are needed in fewer cases.
- Add `:no-compile` to `create-executable` option for jpm.
- Fix bug with the `trace` function.
- Add `:h`, `:a`, and `:c` flags to `thread/new` for creating new kinds of threads.