From 0d06d21b56eadef9dcb24907ee2866b2b6f0babe Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Wed, 14 Jul 2021 11:34:43 -0400 Subject: [PATCH] docs: fix rendering issue for changelog on GitHub --- CHANGELOG.md | 3 --- 1 file changed, 0 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66d7c66..64f8c8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,17 +19,14 @@ testing system and single file generation system. * Support `->silent()` on subcommands. [#529][] * Add alias section to help for subcommands [#545][] * Allow quotes to specify a program name [#605][] - * Backend: redesigned MakeSingleFiles to have a higher level of manual control, to support future features. [#546][] * Backend: moved testing from GTest to Catch2 [#574][] - * Bugfix: avoid duplicated and missed calls to the final callback [#584][] * Bugfix: support embedded newlines in more places [#592][] * Bugfix: avoid listing helpall as a required flag [#530][] * Bugfix: avoid a clash with WINDOWS define [#563][] * Bugfix: the help flag didn't get processed when a config file was required [#606][] * Bugfix: fix description of non-configurable subcommands in config [#604][] - * Build: support pkg-config [#523][] #### Converting from CLI11 1.9: -- libgit2 0.21.4