From 0b114d680e5d309efa3b07fbf38237b81a0378d6 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sat, 13 Jun 2020 14:09:45 -0500 Subject: [PATCH] Update CHANGELOG.md. --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17c5b188..f9d02245 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ All notable changes to this project will be documented in this file. ## Unreleased - ??? -- Add JANET_GIT environment variable to jpm to use a specific git binary (useful mainly on windows). +- Add `:h`, `:a`, and `:c` flags to `thread/new` for creating new kinds of threads. +- Fix flychecking when using the `use` macro. +- CTRL-C no longer exits the repl, and instead cancels the current form. +- Various small bug fixes +- New MSI installer instead of NSIS based installer. +- Make `os/realpath` work on windows. +- Add polymorphic `compare` functions for comparing numbers. +- Add `to` and `thru` peg combinators. +- Add `JANET_GIT` environment variable to jpm to use a specific git binary (useful mainly on windows). - `asm` and `disasm` functions now use keywords instead of macros for keys. Also some slight changes to the way constants are encoded (remove wrapping `quote` in some cases). - Expose current macro form inside macros as (dyn :macro-form)