Fix release notes typo and extra information

This cr fixes the release notes for
https://review.opendev.org/c/openstack/watcher/+/954120/ and
https://review.opendev.org/c/openstack/watcher/+/954120/

Related-Bug: #2110895
Related-Bug: #2115968

Change-Id: I1f3fc06549c2d5d7ba9debee424429a25a651070
Signed-off-by: Chandan Kumar <chkumar@redhat.com>
This commit is contained in:
Chandan Kumar
2025-07-09 15:44:20 +05:30
parent 9b9965265a
commit 2fe3b0cdbe
2 changed files with 3 additions and 6 deletions

View File

@@ -2,8 +2,5 @@
other:
- |
Removed unused ``OperationNotPermitted`` exception that was dead code
since the initial import of the Watcher codebase. This exception was
not used anywhere in the REST API controllers except for preventing
goal removal from audit templates. The functionality has been replaced
with the standard ``wsme.exc.ClientSideError`` exception, which provides
the appropriate 400 Bad Request response behavior.
since the initial import of the Watcher codebase. This exception
provides the appropriate 400 Bad Request response behavior.

View File

@@ -2,5 +2,5 @@
other:
- |
The `DELETE`, `POST` and `Patch` REST methods for the `action` APIs
are forbidden and not implemented. They are now now removed from
are forbidden and not implemented. They are now removed from
the API controller.