1
0
mirror of https://github.com/janet-lang/janet synced 2025-03-24 01:06:55 +00:00

Update CHANGELOG.md

This commit is contained in:
Calvin Rose 2019-03-08 00:54:53 -05:00
parent 0382dc976b
commit 91f3c17a5b

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.