diff --git a/releasenotes/notes/drop-operation-not-permitted-exception-14e49b35a3ca00d1.yaml b/releasenotes/notes/drop-operation-not-permitted-exception-14e49b35a3ca00d1.yaml index 9cdeb6272..654ec1274 100644 --- a/releasenotes/notes/drop-operation-not-permitted-exception-14e49b35a3ca00d1.yaml +++ b/releasenotes/notes/drop-operation-not-permitted-exception-14e49b35a3ca00d1.yaml @@ -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. diff --git a/releasenotes/notes/drop-patch-delete-post-action-api-37fe4ce5be6500db.yaml b/releasenotes/notes/drop-patch-delete-post-action-api-37fe4ce5be6500db.yaml index e4ab5b8db..747fd063f 100644 --- a/releasenotes/notes/drop-patch-delete-post-action-api-37fe4ce5be6500db.yaml +++ b/releasenotes/notes/drop-patch-delete-post-action-api-37fe4ce5be6500db.yaml @@ -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.