From 4389b332ff03d09a074e2b2f685e9c9b90e48485 Mon Sep 17 00:00:00 2001 From: Henry Fredrick Schreiner Date: Mon, 3 Sep 2018 21:15:37 +0200 Subject: [PATCH] Adding info to changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+), 0 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe00219..64f2437 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,17 @@ +## Version 1.6.2: More special case fixes + +This version adds fixes for several warnings, including an experimental optional error on Clang 7. + +* Fixed CMake install as subproject with `CLI11_INSTALL` flag. [#156] +* Fixed warning about local variable hiding class member with MSVC [#157] +* Fixed compile error with default settings on Clang 7 and libc++ [#158] + +[#156]: https://github.com/CLIUtils/CLI11/issues/156 +[#157]: https://github.com/CLIUtils/CLI11/issues/157 +[#158]: https://github.com/CLIUtils/CLI11/issues/158 + ## Version 1.6.1: Platform fixes + This version provides a few fixes for special cases, such as mixing with `Windows.h` and better defaults for systems like Hunter. The one new feature is the ability to produce "branded" single file output for providing custom namespaces or custom macro names. -- libgit2 0.21.4