From d113c1e15873ba630490dd1d12e93824c6930fdb Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Thu, 8 Feb 2024 17:03:24 +1100 Subject: [PATCH] update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ab517c..582a8f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v0.1.2 +add parent error to parseJson exceptions + ## v0.1.1 Add `toJson(pretty=true)`, so that stringified json can be prettified 😊 Formatted all nim files using [`nph`](https://github.com/arnetheduck/nph)