From 4de85b2a87d6a9b254d92e864a5302531f217147 Mon Sep 17 00:00:00 2001 From: Clonkk Date: Thu, 15 Jul 2021 12:00:35 +0200 Subject: [PATCH] updated changelog --- changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog.md b/changelog.md index 60e78f7..c75a76a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ Changelog for Nimjl. Date in format YYYY_MM_DD +Release v0.5.5 - 2021_07_15 +=========================== +* Updated nimble file for Nim >= 1.4.0 (pre-1.4.0 will not work) +* Updated CI to add MacOs in test Matrix; Next is adding windows but I need to link for Windows + Release v0.5.4 - 2021_07_01 =========================== * Added field access syntax with `.` and moved call syntax to `.()`