diff --git a/contrib/ChangeLog b/contrib/ChangeLog index e49bbe30446..403a095512c 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,8 @@ +2023-09-07 Tobias Burnus + + * gcc-changelog/git_commit.py (GitCommit.__init__, + to_changelog_entries): Fix lost wording fix. + 2023-09-07 Tobias Burnus * gcc-changelog/git_commit.py (GitCommit.__init__): @@ -9,6 +14,20 @@ call super() with commit_to_info_hook=None instead of a lambda function. +2023-09-07 Tobias Burnus + + Revert: + 2023-09-07 Tobias Burnus + + * gcc-changelog/git_commit.py (GitCommit.__init__): + Handle commit_to_info_hook = None; otherwise, if None, + regard it as error. + (to_changelog_entries): Handle commit_to_info_hook = None; + if info is None, create a warning for it. + * gcc-changelog/git_email.py (GitEmail.__init__): + call super() with commit_to_info_hook=None instead + of a lamda function. + 2023-09-07 Tobias Burnus * gcc-changelog/git_commit.py (GitCommit.__init__): diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index dbd5e4fc4ee..fb96155394e 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -5,6 +5,10 @@ omp_get_default_allocator. (OMP_ALLOCATOR): Fix ICV var name; add see-also references. +2023-09-07 Tobias Burnus + + * target.c (gomp_unload_device): Remove tailing whitespace. + 2023-09-04 Tobias Burnus Thomas Schwinge