From 91f3c17a5b4add8eafb7820e113a0c2ead2c0001 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Fri, 8 Mar 2019 00:54:53 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37a71497..e65cc079 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,11 @@ All notable changes to this project will be documented in this file. ## 0.4.0 - ?? +- Fix a number of smaller bugs +- Added :export option to import and require +- Added typed arrays - Remove `callable?`. -- Remove `tuple/append` and `tuple/prepend`, which may have seened like `O(1)` +- Remove `tuple/append` and `tuple/prepend`, which may have seemed like `O(1)` operations. Instead, use the `splice` special to extend tuples. - Add `-m` flag to main client to allow specifying where to load system modules from.