From c045eadefa2134a0cedbef1ecb166168279aa47e Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sat, 23 Mar 2019 22:16:12 -0400 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) 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