diff --git a/CHANGELOG.md b/CHANGELOG.md index 82305f4..8c76943 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ configuration options were added to facilitate a wider variety of apps. GCC * Backend: Cleaner type traits [#286][] * Backend: File checking updates [#341][] * Backend: Using pre-commit to format, checked in GitHub Actions [#336][] +* Backend: Clang-tidy checked again, CMake option now `CL11_CLANG_TIDY` [#390][] * Backend: Warning cleanup, more checks from klocwork [#350][], Effective C++ [#354][], clang-tidy [#360][], CUDA NVCC [#365][], cross compile [#373][], and sign conversion [#382][] * Docs: CLI11 Tutorial now hosted in the same repository [#304][], [#318][], [#374][] * Bugfix: Fixed undefined behavior in `checked_multiply` [#290][] @@ -75,6 +76,7 @@ configuration options were added to facilitate a wider variety of apps. GCC [#373]: https://github.com/CLIUtils/CLI11/pull/373 [#374]: https://github.com/CLIUtils/CLI11/pull/374 [#382]: https://github.com/CLIUtils/CLI11/pull/382 +[#390]: https://github.com/CLIUtils/CLI11/pull/390 ## Version 1.8: Transformers, default strings, and flags