Commit f19629f84c534d63091c07fba96a93a83c5d6599

Authored by Henry Schreiner
Committed by GitHub
1 parent 3b95b944

docs: add recent changes

Showing 1 changed file with 5 additions and 1 deletions
CHANGELOG.md
... ... @@ -11,7 +11,7 @@ is not passed, or every time the option is parsed.
11 11  
12 12 * Option/subcommand name restrictions have been relaxed. Most characters are now allowed. [#627][]
13 13 * The config parser can accept streams, specify a specific section, and inline comment characters are supported [#630][]
14   -* `force_callback` & `trigger_on_parse` added, allowing a callback to always run on parse even if not present or every time the option is parsed[#631][]
  14 +* `force_callback` & `trigger_on_parse` added, allowing a callback to always run on parse even if not present or every time the option is parsed [#631][]
15 15 * Bugfix(cmake): Only add `CONFIGURE_DEPENDS` if CLI11 is the main project [#633][]
16 16 * Bugfix(cmake): Ensure the cmake/pkg-config files install to a arch independent path [#635][]
17 17 * Bugfix: The single header file generation was missing the include guard. [#620][]
... ... @@ -26,8 +26,12 @@ is not passed, or every time the option is parsed.
26 26 ### Version 2.1.1: Quick Windows fix
27 27  
28 28 * A collision with `min`/`max` macros on Windows has been fixed. [#642][]
  29 +* Tests pass with Boost again [#646][]
  30 +* Running the pre-commit hooks in development no longer requires docker for clang-format [#647][]
29 31  
30 32 [#642]: https://github.com/CLIUtils/CLI11/pull/642
  33 +[#646]: https://github.com/CLIUtils/CLI11/pull/646
  34 +[#647]: https://github.com/CLIUtils/CLI11/pull/647
31 35  
32 36 ## Version 2.0: Simplification
33 37  
... ...