Update changelog.

This commit is contained in:
Calvin Rose 2019-03-23 22:16:12 -04:00
parent e2337b2ec4
commit c045eadefa
1 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
## 0.4.1 latest - ??
- Add array/remove function
- Add meson build support
- Add int module for int types
- Add meson build option
- Add (break) special form and improve loop macro
- Allow abstract types to specify custom tostring method
- Extend C API for marshalling abstract types and other values
## 0.4.0 - 2019-03-08
- Fix a number of smaller bugs