Commit 0d06d21b56eadef9dcb24907ee2866b2b6f0babe

Authored by Henry Schreiner
Committed by GitHub
1 parent d55f8fba

docs: fix rendering issue for changelog on GitHub

Showing 1 changed file with 0 additions and 3 deletions
CHANGELOG.md
@@ -19,17 +19,14 @@ testing system and single file generation system. @@ -19,17 +19,14 @@ testing system and single file generation system.
19 * Support `->silent()` on subcommands. [#529][] 19 * Support `->silent()` on subcommands. [#529][]
20 * Add alias section to help for subcommands [#545][] 20 * Add alias section to help for subcommands [#545][]
21 * Allow quotes to specify a program name [#605][] 21 * Allow quotes to specify a program name [#605][]
22 -  
23 * Backend: redesigned MakeSingleFiles to have a higher level of manual control, to support future features. [#546][] 22 * Backend: redesigned MakeSingleFiles to have a higher level of manual control, to support future features. [#546][]
24 * Backend: moved testing from GTest to Catch2 [#574][] 23 * Backend: moved testing from GTest to Catch2 [#574][]
25 -  
26 * Bugfix: avoid duplicated and missed calls to the final callback [#584][] 24 * Bugfix: avoid duplicated and missed calls to the final callback [#584][]
27 * Bugfix: support embedded newlines in more places [#592][] 25 * Bugfix: support embedded newlines in more places [#592][]
28 * Bugfix: avoid listing helpall as a required flag [#530][] 26 * Bugfix: avoid listing helpall as a required flag [#530][]
29 * Bugfix: avoid a clash with WINDOWS define [#563][] 27 * Bugfix: avoid a clash with WINDOWS define [#563][]
30 * Bugfix: the help flag didn't get processed when a config file was required [#606][] 28 * Bugfix: the help flag didn't get processed when a config file was required [#606][]
31 * Bugfix: fix description of non-configurable subcommands in config [#604][] 29 * Bugfix: fix description of non-configurable subcommands in config [#604][]
32 -  
33 * Build: support pkg-config [#523][] 30 * Build: support pkg-config [#523][]
34 31
35 #### Converting from CLI11 1.9: 32 #### Converting from CLI11 1.9: