Commit 9f27da026e4495526444c8bb9dd200d660aa6fc9
1 parent
2337bbf3
doc: changelog
[skip ci]
Showing
1 changed file
with
2 additions
and
0 deletions
CHANGELOG.md
| @@ -15,6 +15,7 @@ | @@ -15,6 +15,7 @@ | ||
| 15 | 15 | ||
| 16 | This is a patch version that backports fixes from the development of 2.0. | 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 | * Fix an issue with string conversion [#421][] | 19 | * Fix an issue with string conversion [#421][] |
| 19 | * Cross-compiling improvement for Conan.io [#430][] | 20 | * Cross-compiling improvement for Conan.io [#430][] |
| 20 | * Fix option group default propagation [#450][] | 21 | * Fix option group default propagation [#450][] |
| @@ -26,6 +27,7 @@ This is a patch version that backports fixes from the development of 2.0. | @@ -26,6 +27,7 @@ This is a patch version that backports fixes from the development of 2.0. | ||
| 26 | [#450]: https://github.com/CLIUtils/CLI11/pull/450 | 27 | [#450]: https://github.com/CLIUtils/CLI11/pull/450 |
| 27 | [#459]: https://github.com/CLIUtils/CLI11/pull/459 | 28 | [#459]: https://github.com/CLIUtils/CLI11/pull/459 |
| 28 | [#461]: https://github.com/CLIUtils/CLI11/pull/461 | 29 | [#461]: https://github.com/CLIUtils/CLI11/pull/461 |
| 30 | +[#475]: https://github.com/CLIUtils/CLI11/pull/475 | ||
| 29 | 31 | ||
| 30 | 32 | ||
| 31 | ## Version 1.9: Config files and cleanup | 33 | ## Version 1.9: Config files and cleanup |