From fbe23d8c33b144010ad5626dd90a716430c3d73b Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sun, 14 Jun 2020 14:16:01 -0500 Subject: [PATCH] Prepare for 1.10.0 release. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2549edc7..2d8a73cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.