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-12-04 20:02:15 -06:00
parent 49954c7a30
commit 77cb823719

View File

@ -28,7 +28,7 @@ All notable changes to this project will be documented in this file.
- Add `os/environ` - Add `os/environ`
- Use `(doc)` with no arguments to see available bindings and dynamic bindings. - Use `(doc)` with no arguments to see available bindings and dynamic bindings.
- `jpm` will use `CC` and `AR` environment variables when compiling programs. - `jpm` will use `CC` and `AR` environment variables when compiling programs.
- Allow top level unquotes to do compile-time evaluation. - Add `comptime` macro for compile time evaluation.
- Numerous small bug fixes and usability improvements. - Numerous small bug fixes and usability improvements.
### 1.5.1 - 2019-11-16 ### 1.5.1 - 2019-11-16