From 2696581351bd9731f5ab7f58ee498adfc51a8c99 Mon Sep 17 00:00:00 2001 From: Henry Fredrick Schreiner Date: Fri, 6 Jul 2018 10:53:19 +0200 Subject: [PATCH] Changelog update --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b3ca0b7..0ae470e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## Since last version +* Added fix and test for including Windows.h [#145] + +[#145]: https://github.com/CLIUtils/CLI11/pull/145 + ## Version 1.6: Formatting help Added a new formatting system [#109]. You can now set the formatter on Apps. This has also simplified the internals of Apps and Options a bit by separating most formatting code.