Commit eb6f759f51c69db23bf4a49739230b9a41f77d56

Authored by Henry Fredrick Schreiner
1 parent 17ddce2f

Update changelog

Showing 1 changed file with 16 additions and 1 deletions
CHANGELOG.md
1 1 ## Version 1.9: IN PROGRESS
2 2  
3   -* GCC 4.7 is no longer supported, due mostly to GoogleTest. GCC 4.8+ is now required.
  3 +* The meson build system supported [#299][]
  4 +* Added two template parameter form of `add_option`, allowing `std::optional` to be supported without a special import [#285][]
  5 +* `string_view` now supported in reasonable places [#300][], [#285][]
  6 +* `app.immediate_callback()` allows the main app to run before subcommand callbacks. [#292][]
  7 +* GCC 4.7 is no longer supported, due mostly to GoogleTest. GCC 4.8+ is now required. [#160][]
  8 +* Backend: Cleaner type traits [#286][]
  9 +* Bugfix: Fixed undefined behavior in `checked_multiply` [#290][]
  10 +* Bugfix: Resetting config option works properly [#301][]
  11 +
  12 +[#160]: https://github.com/CLIUtils/CLI11/pull/160
  13 +[#285]: https://github.com/CLIUtils/CLI11/pull/285
  14 +[#286]: https://github.com/CLIUtils/CLI11/pull/286
  15 +[#290]: https://github.com/CLIUtils/CLI11/pull/290
  16 +[#292]: https://github.com/CLIUtils/CLI11/pull/292
  17 +[#299]: https://github.com/CLIUtils/CLI11/pull/299
  18 +[#300]: https://github.com/CLIUtils/CLI11/pull/300
4 19  
5 20 ## Version 1.8: Transformers, default strings, and flags
6 21  
... ...