diff --git a/CHANGELOG.md b/CHANGELOG.md index f0e51c63..bdf91b64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ 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][] * Fix an issue with string conversion [#421][] * Cross-compiling improvement for Conan.io [#430][] * Fix option group default propagation [#450][] @@ -26,6 +27,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 +[#475]: https://github.com/CLIUtils/CLI11/pull/475 ## Version 1.9: Config files and cleanup