You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -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][]
0 commit comments