Commit 7a85aa9118e62a9d40120923396af263a4026cd0

Authored by Henry Schreiner
Committed by GitHub
1 parent 5d07c46e

Update CHANGELOG.md

Showing 1 changed file with 2 additions and 0 deletions
CHANGELOG.md
@@ -24,6 +24,7 @@ configuration options were added to facilitate a wider variety of apps. GCC @@ -24,6 +24,7 @@ configuration options were added to facilitate a wider variety of apps. GCC
24 * Backend: Cleaner type traits [#286][] 24 * Backend: Cleaner type traits [#286][]
25 * Backend: File checking updates [#341][] 25 * Backend: File checking updates [#341][]
26 * Backend: Using pre-commit to format, checked in GitHub Actions [#336][] 26 * Backend: Using pre-commit to format, checked in GitHub Actions [#336][]
  27 +* Backend: Clang-tidy checked again, CMake option now `CL11_CLANG_TIDY` [#390][]
27 * Backend: Warning cleanup, more checks from klocwork [#350][], Effective C++ [#354][], clang-tidy [#360][], CUDA NVCC [#365][], cross compile [#373][], and sign conversion [#382][] 28 * Backend: Warning cleanup, more checks from klocwork [#350][], Effective C++ [#354][], clang-tidy [#360][], CUDA NVCC [#365][], cross compile [#373][], and sign conversion [#382][]
28 * Docs: CLI11 Tutorial now hosted in the same repository [#304][], [#318][], [#374][] 29 * Docs: CLI11 Tutorial now hosted in the same repository [#304][], [#318][], [#374][]
29 * Bugfix: Fixed undefined behavior in `checked_multiply` [#290][] 30 * Bugfix: Fixed undefined behavior in `checked_multiply` [#290][]
@@ -75,6 +76,7 @@ configuration options were added to facilitate a wider variety of apps. GCC @@ -75,6 +76,7 @@ configuration options were added to facilitate a wider variety of apps. GCC
75 [#373]: https://github.com/CLIUtils/CLI11/pull/373 76 [#373]: https://github.com/CLIUtils/CLI11/pull/373
76 [#374]: https://github.com/CLIUtils/CLI11/pull/374 77 [#374]: https://github.com/CLIUtils/CLI11/pull/374
77 [#382]: https://github.com/CLIUtils/CLI11/pull/382 78 [#382]: https://github.com/CLIUtils/CLI11/pull/382
  79 +[#390]: https://github.com/CLIUtils/CLI11/pull/390
78 80
79 81
80 ## Version 1.8: Transformers, default strings, and flags 82 ## Version 1.8: Transformers, default strings, and flags