Merge "Fix release notes typo and extra information"

This commit is contained in:
Zuul
2025-07-21 18:41:57 +00:00
committed by Gerrit Code Review
2 changed files with 3 additions and 6 deletions

View File

@@ -2,8 +2,5 @@
other: other:
- | - |
Removed unused ``OperationNotPermitted`` exception that was dead code Removed unused ``OperationNotPermitted`` exception that was dead code
since the initial import of the Watcher codebase. This exception was since the initial import of the Watcher codebase. This exception
not used anywhere in the REST API controllers except for preventing provides the appropriate 400 Bad Request response behavior.
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.

View File

@@ -2,5 +2,5 @@
other: other:
- | - |
The `DELETE`, `POST` and `Patch` REST methods for the `action` APIs 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. the API controller.