From b270058493c668c2ab233641719e12ada58687a8 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Sun, 14 Jun 2020 11:36:41 -0400 Subject: [PATCH] doc: changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdf91b6..f9cc853 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,8 @@ This is a patch version that backports fixes from the development of 2.0. -* Fix cases where spaces in paths could break CMake support [#475][] +* Support relative inclusion [#475][] +* Fix cases where spaces in paths could break CMake support [#471][] * Fix an issue with string conversion [#421][] * Cross-compiling improvement for Conan.io [#430][] * Fix option group default propagation [#450][] @@ -27,6 +28,7 @@ This is a patch version that backports fixes from the development of 2.0. [#450]: https://github.com/CLIUtils/CLI11/pull/450 [#459]: https://github.com/CLIUtils/CLI11/pull/459 [#461]: https://github.com/CLIUtils/CLI11/pull/461 +[#471]: https://github.com/CLIUtils/CLI11/pull/471 [#475]: https://github.com/CLIUtils/CLI11/pull/475 -- libgit2 0.21.4