diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d4edc631644..f7a6ccc6d9e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2021-07-03 Joel Brobecker + + * NEWS: Create a new section for the next release branch. + Rename the section of the current branch, now that it has + been cut. + 2021-07-03 Joel Brobecker GDB 11 branch created (4b51505e33441c6165e7789fa2b6d21930242927): diff --git a/gdb/NEWS b/gdb/NEWS index 1e474eca90a..1fea2f56ff6 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -1,7 +1,9 @@ What has changed in GDB? (Organized release by release) -*** Changes since GDB 10 +*** Changes since GDB 11 + +*** Changes in GDB 11 * The 'set disassembler-options' command now supports specifying options for the ARC target.