diff --git a/docbook/release-notes.adoc b/docbook/release-notes.adoc
index b39ab2e66fc333026f7f99f4059433e29ffc71d7..64ca4440da952090ed693cfc281ee269f697e775 100644
--- a/docbook/release-notes.adoc
+++ b/docbook/release-notes.adoc
@@ -40,17 +40,8 @@ wsbuglink:17779[]
  - Columns for the Conversations and Endpoint dialogs can be hidden by context menu.
  - TCP/UDP conversations now include the stream id and allows filtering on it.
 
-* The ip.flags field is now only the three high bits, not the full byte.
-  Display filters and Coloring rules using the field will need to be adjusted.
-
 * Speed when using MaxMind geolocation has been greatly improved.
 
-* The 'v' (lower case) and 'V' (upper case) switches have been swapped for editcap and mergecap to
-  match the other command line utilities.
-
-* New address type AT_NUMERIC allows simple numeric addresses for protocols which do not have
-  a more common-style address approach, analog to AT_STRINGZ.
-
 * The Wireshark Lua API now uses the https://github.com/rrthomas/lrexlib[lrexlib] bindings to PCRE2.
   Code using the Lua GRegex module will have to be updated to use lrexlib-pcre2 instead.
   In most cases the API should be compatible and the conversion just requires a module name change.
@@ -97,6 +88,19 @@ See the “New and Updated Features” section below for more details.
 
 === New and Updated Features
 
+The following features are new (or have been significantly updated) since version 3.7.2:
+
+The following features are new (or have been significantly updated) since version 3.7.1:
+
+* The 'v' (lower case) and 'V' (upper case) switches have been swapped for editcap and mergecap to
+  match the other command line utilities.
+
+* The ip.flags field is now only the three high bits, not the full byte.
+  Display filters and Coloring rules using the field will need to be adjusted.
+
+* New address type AT_NUMERIC allows simple numeric addresses for protocols which do not have
+  a more common-style address approach, analog to AT_STRINGZ.
+
 The following features are new (or have been significantly updated) since version 3.7.0:
 
 * The Windows installers now ship with Qt 6.2.3.