diff --git a/CHANGELOG.md b/CHANGELOG.md index 31b0251b..289d4166 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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