diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ChangeLog | 5 | ||||
-rwxr-xr-x | contrib/gcc-changelog/git_commit.py | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 7a92ede..f4f48e5 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,8 @@ +2025-07-28 David Malcolm <dmalcolm@redhat.com> + + * gcc-changelog/git_commit.py: Add "diagnostics" to bug + components. + 2025-07-25 David Malcolm <dmalcolm@redhat.com> * filter-clang-warnings.py: Update for move of diff --git a/contrib/gcc-changelog/git_commit.py b/contrib/gcc-changelog/git_commit.py index 80a3276..e0c46be 100755 --- a/contrib/gcc-changelog/git_commit.py +++ b/contrib/gcc-changelog/git_commit.py @@ -97,6 +97,7 @@ bug_components = { 'd', 'debug', 'demangler', + 'diagnostics', 'driver', 'fastjar', 'fortran', |