1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-16 10:19:55 +00:00

Update changelog

This commit is contained in:
Calvin Rose 2019-02-08 13:45:04 -05:00
parent b61d1a0a0e
commit 1244e2e93b

View File

@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## 0.4.0 - ?? ## 0.4.0 - ??
- Add partition function to core library.
- Pre-compile core library into an image for faster startup.
- Add methods to parser values that mirror the api. - Add methods to parser values that mirror the api.
- Add janet\_getmethod to CAPI for easier use of method like syntax. - Add janet\_getmethod to CAPI for easier use of method like syntax.
- Add get/set to abstract types to allow them to behave more - Add get/set to abstract types to allow them to behave more