Commit f80a69de3b953fed178b9949ae1dbbc2b673260a

Authored by Henry Schreiner
1 parent 3bea1de2

Update changelog

Showing 1 changed file with 30 additions and 0 deletions
CHANGELOG.md
  1 +## Version 2.0: In progress
  2 +
  3 +* Built-in config format is TOML compliant now [#435]
  4 +* Config updates [#442]
  5 +* More powerful containers, `%%` separator [#423]
  6 +* Add a version flag easily [#452]
  7 +
  8 +[#435]: https://github.com/CLIUtils/CLI11/pull/435
  9 +[#443]: https://github.com/CLIUtils/CLI11/pull/443
  10 +[#423]: https://github.com/CLIUtils/CLI11/pull/423
  11 +[#452]: https://github.com/CLIUtils/CLI11/pull/452
  12 +
  13 +
  14 +### Version 1.9.1: Backporting fixes
  15 +
  16 +This is a patch version that backports fixes from the development of 2.0.
  17 +
  18 +* Fix an issue with string conversion [#421][]
  19 +* Cross-compiling improvement for Conan.io [#430][]
  20 +* Fix option group default propagation [#450][]
  21 +* Fix for C++20 [#459][]
  22 +* Support compiling with RTTI off [#461][]
  23 +
  24 +[#421]: https://github.com/CLIUtils/CLI11/pull/421
  25 +[#430]: https://github.com/CLIUtils/CLI11/pull/430
  26 +[#450]: https://github.com/CLIUtils/CLI11/pull/450
  27 +[#459]: https://github.com/CLIUtils/CLI11/pull/459
  28 +[#461]: https://github.com/CLIUtils/CLI11/pull/461
  29 +
  30 +
1 ## Version 1.9: Config files and cleanup 31 ## Version 1.9: Config files and cleanup
2 32
3 Config file handling was revamped to fix common issues, and now supports reading [TOML](https://github.com/toml-lang/toml). 33 Config file handling was revamped to fix common issues, and now supports reading [TOML](https://github.com/toml-lang/toml).