Skip to content

Commit 53d787d

Browse files
authored
Update changelog.rst
1 parent 39c6e48 commit 53d787d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ A bunch of long-overdue modernizations of the codebase!
1919
* Same goes for C++23 and C23 headers, thanks to @aaronliu0130 (https://github.com/cpplint/cpplint/pull/239)
2020
* "complex.h" will be treated as the C99 header instead of the legacy C++ header by @tkruse (https://github.com/cpplint/cpplint/pull/219)
2121
* You can now specify the name of the CPPLINT.cfg file through `--config` as long as it is in the same directory, thanks to @gedankenexperimenter (https://github.com/cpplint/cpplint/pull/198)
22+
* The check for including a source file's header file will now scan all files with the same base name. Thanks to @crogre for figuring out what code needed to be change and @aaronliu0130 for fixing it (https://github.com/cpplint/cpplint/pull/104)
2223
* Usages of the deprecated sre_compile were refectored by @jspricke (https://github.com/cpplint/cpplint/pull/214)
2324
* Usages of deprecated unittest aliases were refactored by @tirkarthi (https://github.com/cpplint/cpplint/pull/182), @aaronliu0130 and @jayvdb
2425
* Typos in this changelog, comments and functions were fixed by @jayvdb (https://github.com/cpplint/cpplint/pull/245), @aaronliu0130 and @tkruse

0 commit comments

Comments
 (0)