Commit 4389b332ff03d09a074e2b2f685e9c9b90e48485

Authored by Henry Fredrick Schreiner
Committed by Henry Schreiner
1 parent 0cb39597

Adding info to changelog

Showing 1 changed file with 13 additions and 0 deletions
CHANGELOG.md
  1 +## Version 1.6.2: More special case fixes
  2 +
  3 +This version adds fixes for several warnings, including an experimental optional error on Clang 7.
  4 +
  5 +* Fixed CMake install as subproject with `CLI11_INSTALL` flag. [#156]
  6 +* Fixed warning about local variable hiding class member with MSVC [#157]
  7 +* Fixed compile error with default settings on Clang 7 and libc++ [#158]
  8 +
  9 +[#156]: https://github.com/CLIUtils/CLI11/issues/156
  10 +[#157]: https://github.com/CLIUtils/CLI11/issues/157
  11 +[#158]: https://github.com/CLIUtils/CLI11/issues/158
  12 +
1 13 ## Version 1.6.1: Platform fixes
  14 +
2 15 This version provides a few fixes for special cases, such as mixing with `Windows.h` and better defaults
3 16 for systems like Hunter. The one new feature is the ability to produce "branded" single file output for
4 17 providing custom namespaces or custom macro names.
... ...