aboutsummaryrefslogtreecommitdiff
path: root/contrib/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2024-05-22 00:17:38 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2024-05-22 00:17:38 +0000
commitbad96a02c486fb03e328a7455c9bc97cc85c02fe (patch)
tree4948f9fbe5ecec1810f8d02b56a82bbc1f20e528 /contrib/ChangeLog
parent826a7d3d19d3ebf04e21d6f1c89eb341a36fb5d1 (diff)
downloadgcc-bad96a02c486fb03e328a7455c9bc97cc85c02fe.zip
gcc-bad96a02c486fb03e328a7455c9bc97cc85c02fe.tar.gz
gcc-bad96a02c486fb03e328a7455c9bc97cc85c02fe.tar.bz2
Daily bump.
Diffstat (limited to 'contrib/ChangeLog')
-rw-r--r--contrib/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index 90b3f365..2a2d38c 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,13 @@
+2024-05-21 Tobias Burnus <tburnus@baylibre.com>
+
+ * gcc-changelog/git_update_version.py: Add '-i'/'--ignore' argument
+ to add to-be-ignored commits via the command line.
+ (ignored_commits): Rename from IGNORED_COMMITS and change
+ type from tuple to set.
+ (prepend_to_changelog_files): Show git hash if errors occurred.
+ (update_current_branch): Mark argument as optional by defaulting
+ to None.
+
2024-05-14 Filip Kastl <fkastl@suse.cz>
* check-MAINTAINERS.py: Add warning about not using tabs.