From 264b5f6a072919748829a6689419ffb947551259 Mon Sep 17 00:00:00 2001 From: Dominik Wagner Date: Sun, 21 Oct 2018 11:58:07 +0200 Subject: [PATCH] [DOC] updated changelog --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b0f6018..bbec323 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,9 @@ Full header: ## Changelog +* v1.0.1 + * Fixed an issue with cpptoml with trailing whitespace and comments in dates as well as allowing for empty inline tables now. + * v1.0 * Reading and writing works. Dates are handeled. Conversion between json, plists and toml works as expected.