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