From 77cb8237199bdd6eed9df0e97b3369d276559b31 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Wed, 4 Dec 2019 20:02:15 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e447b1a..29af2365 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,7 @@ All notable changes to this project will be documented in this file. - Add `os/environ` - Use `(doc)` with no arguments to see available bindings and dynamic bindings. - `jpm` will use `CC` and `AR` environment variables when compiling programs. -- Allow top level unquotes to do compile-time evaluation. +- Add `comptime` macro for compile time evaluation. - Numerous small bug fixes and usability improvements. ### 1.5.1 - 2019-11-16