Skip to content

Commit f19629f

Browse files
authored
docs: add recent changes
1 parent 3b95b94 commit f19629f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ is not passed, or every time the option is parsed.
1111

1212
* Option/subcommand name restrictions have been relaxed. Most characters are now allowed. [#627][]
1313
* 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][]
1515
* Bugfix(cmake): Only add `CONFIGURE_DEPENDS` if CLI11 is the main project [#633][]
1616
* Bugfix(cmake): Ensure the cmake/pkg-config files install to a arch independent path [#635][]
1717
* 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.
2626
### Version 2.1.1: Quick Windows fix
2727

2828
* 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][]
2931

3032
[#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
3135

3236
## Version 2.0: Simplification
3337

0 commit comments

Comments
 (0)