From 97372155a669e0e508b74510289a86a045c645c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanislav=20Angelovi=C4=8D?= Date: Sat, 29 Dec 2018 01:02:36 +0100 Subject: [PATCH] Update ChangeLog for v0.3.3 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index d05fb1d..8ada428 100644 --- a/ChangeLog +++ b/ChangeLog @@ -29,3 +29,8 @@ v0.3.1 v0.3.2 - Switched from autotools to CMake build system + +v0.3.3 +- Minor fixes in tutorial examples +- Add comment on threading traits of Variant and its const methods +- Fix broken invariant of const Variant::peekValueType() method