1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-16 02:09:56 +00:00

Update CHANGELOG.md

This commit is contained in:
Calvin Rose 2019-02-16 17:55:08 -05:00
parent 0ce5acec89
commit c6f032340a

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 `string/format` and `buffer/format`.
- Remove `string/pretty` and `string/number`.
- `make-image` function creates pre compiled images for janet. These images - `make-image` function creates pre compiled images for janet. These images
link to the core library. They can be loaded via require or manually via link to the core library. They can be loaded via require or manually via
`load-image`. `load-image`.