diff --git a/releasenotes/notes/add-image-member-list-1630ead5988348c2.yaml b/releasenotes/notes/add-image-member-list-1630ead5988348c2.yaml
index f939a2fd86..c220b3842b 100644
--- a/releasenotes/notes/add-image-member-list-1630ead5988348c2.yaml
+++ b/releasenotes/notes/add-image-member-list-1630ead5988348c2.yaml
@@ -1,4 +1,3 @@
 ---
 features:
-  - The OpenStack client now has the ability to list all members of an image
-    in order to faciliate management of member projects for images.
+  - Add ``image member list`` command to list all members of an image.
diff --git a/releasenotes/notes/add-server-create-image-property-ef76af26233b472b.yaml b/releasenotes/notes/add-server-create-image-property-ef76af26233b472b.yaml
index 9d71446fbc..412d7bb719 100644
--- a/releasenotes/notes/add-server-create-image-property-ef76af26233b472b.yaml
+++ b/releasenotes/notes/add-server-create-image-property-ef76af26233b472b.yaml
@@ -1,5 +1,5 @@
 ---
 features:
   - |
-    Add a parameter ``--image-property`` to ``server create`` command.
+    Add  ``--image-property`` option to ``server create`` command.
     This parameter will filter a image which properties that are matching.
diff --git a/releasenotes/notes/bp-unified-limits-58f166401534a4ff.yaml b/releasenotes/notes/bp-unified-limits-58f166401534a4ff.yaml
index 20050bb264..9335330a09 100644
--- a/releasenotes/notes/bp-unified-limits-58f166401534a4ff.yaml
+++ b/releasenotes/notes/bp-unified-limits-58f166401534a4ff.yaml
@@ -1,7 +1,6 @@
 ---
 features:
   - |
+    Add ``registered limit`` commands for managing registered limits in Keystone.
+    Registered limits define limits of resources for projects to assume by default.
     [`bp unified-limits <https://blueprints.launchpad.net/keystone/+spec/unified-limit>`_]
-    Support has been added for managing registered limits in keystone via the
-    ``registered limit`` command. Registered limits define limits of resources
-    for projects to assume by default.
diff --git a/releasenotes/notes/bp-unified-limits-6c5fdb1c26805d86.yaml b/releasenotes/notes/bp-unified-limits-6c5fdb1c26805d86.yaml
index b00de40c69..815a83e653 100644
--- a/releasenotes/notes/bp-unified-limits-6c5fdb1c26805d86.yaml
+++ b/releasenotes/notes/bp-unified-limits-6c5fdb1c26805d86.yaml
@@ -1,7 +1,7 @@
 ---
 features:
   - |
+    Add ``limit`` commands for managing project-specific limits in keystone.
+    Limits define limits of resources for projects to consume once a limit
+    has been registered.
     [`bp unified-limits <https://blueprints.launchpad.net/keystone/+spec/unified-limit>`_]
-    Support has been added for managing project-specific limits in keystone via
-    the ``limit`` command. Limits define limits of resources for projects to
-    consume once a limit has been registered.
diff --git a/releasenotes/notes/bug-1750983-420945d6c0afb509.yaml b/releasenotes/notes/bug-1750983-420945d6c0afb509.yaml
index 2c37d88fad..a0042380a7 100644
--- a/releasenotes/notes/bug-1750983-420945d6c0afb509.yaml
+++ b/releasenotes/notes/bug-1750983-420945d6c0afb509.yaml
@@ -1,8 +1,13 @@
 ---
-fixes:
+features:
   - |
-    Add supports tagging for Network security group.
-    Add ``tag``, ``no-tag`` to ``security group create`` and ``security group set`` commands.
-    Add ``tags``, ``any-tags``, ``not-tags``, ``not-any-tags`` to ``security group list`` command.
-    Add ``tag`` and ``all-tag`` to ``security group unset`` command.
+    Add ``--tag`` and ``--no-tag`` options to ``security group create`` and
+    ``security group set`` commands.
+    [Bug `1750983 <https://bugs.launchpad.net/python-openstackclient/+bug/1750983>`_]
+  - |
+    Add ``--tags``, ``--any-tags``, ``--not-tags`` and ``--not-any-tags`` options
+    to ``security group list`` command.
+    [Bug `1750983 <https://bugs.launchpad.net/python-openstackclient/+bug/1750983>`_]
+  - |
+    Add ``--tag`` and ``--all-tag`` options to ``security group unset`` command.
     [Bug `1750983 <https://bugs.launchpad.net/python-openstackclient/+bug/1750983>`_]
diff --git a/releasenotes/notes/bug-1751104-compute-api-2.47-4bfa21cfaa13f408.yaml b/releasenotes/notes/bug-1751104-compute-api-2.47-4bfa21cfaa13f408.yaml
index ef89c785ef..72f763f1e0 100644
--- a/releasenotes/notes/bug-1751104-compute-api-2.47-4bfa21cfaa13f408.yaml
+++ b/releasenotes/notes/bug-1751104-compute-api-2.47-4bfa21cfaa13f408.yaml
@@ -1,6 +1,6 @@
 ---
 fixes:
   - |
-    The ``openstack server show`` command will now properly show the server's
+    The ``server show`` command will now properly show the server's
     flavor information when using ``--os-compute-api-version 2.47`` or higher.
-    See: https://storyboard.openstack.org/#!/story/1751104
+    [Bug `1751104 <https://storyboard.openstack.org/#!/story/1751104>`_]
diff --git a/releasenotes/notes/implement-system-scope-4c3c47996f98deac.yaml b/releasenotes/notes/implement-system-scope-4c3c47996f98deac.yaml
index 6ad3d8244d..dc9e07ce77 100644
--- a/releasenotes/notes/implement-system-scope-4c3c47996f98deac.yaml
+++ b/releasenotes/notes/implement-system-scope-4c3c47996f98deac.yaml
@@ -1,8 +1,9 @@
 ---
 features:
   - |
-    Added support for system-scope. This includes support for the ability to
+    Add support for system-scope to ``role`` commands. This includes the ability to
     generate system-scoped tokens using ``system_scope: all`` in ``cloud.yaml``
     or ``OS_SYSTEM_SCOPE=all`` in an environment variable. Support is also
     included for managing role assignments on the system using ``--system``
     when adding and removing roles.
+    [`bp system-scope <https://blueprints.launchpad.net/keystone/+spec/system-scope>`_]