Update CHANGELOG.md

This commit is contained in:
Calvin Rose 2019-03-08 00:54:53 -05:00
parent 0382dc976b
commit 91f3c17a5b
1 changed files with 4 additions and 1 deletions

View File

@ -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.