Commit b270058493c668c2ab233641719e12ada58687a8

Authored by Henry Schreiner
1 parent 9f27da02

doc: changelog

Showing 1 changed file with 3 additions and 1 deletions
CHANGELOG.md
... ... @@ -15,7 +15,8 @@
15 15  
16 16 This is a patch version that backports fixes from the development of 2.0.
17 17  
18   -* Fix cases where spaces in paths could break CMake support [#475][]
  18 +* Support relative inclusion [#475][]
  19 +* Fix cases where spaces in paths could break CMake support [#471][]
19 20 * Fix an issue with string conversion [#421][]
20 21 * Cross-compiling improvement for Conan.io [#430][]
21 22 * Fix option group default propagation [#450][]
... ... @@ -27,6 +28,7 @@ This is a patch version that backports fixes from the development of 2.0.
27 28 [#450]: https://github.com/CLIUtils/CLI11/pull/450
28 29 [#459]: https://github.com/CLIUtils/CLI11/pull/459
29 30 [#461]: https://github.com/CLIUtils/CLI11/pull/461
  31 +[#471]: https://github.com/CLIUtils/CLI11/pull/471
30 32 [#475]: https://github.com/CLIUtils/CLI11/pull/475
31 33  
32 34  
... ...