diff --git a/CHANGELOG.md b/CHANGELOG.md index ea449baa00ff75418bb12f210a2c6db4e359f11a..e3dfb66c170523389191ad2de54915d27ef25815 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `Playlist` model as placeholder for custom permissions. - The route for `schdules` can now handle PATCH requests that don’t involve conflict resolution (steering#218) - `RadioSettings` model, admin, serializer, viewset and route to expose them (steering#173) +- Management command and Makefile target to delete OIDC client (steering#219) ### Changed @@ -38,7 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- **BREAKING:** The IDs of the "owned shows" and the "public shows" are now listed as `ownedShowIds` and `publicShowIds` in the OICD scope claims. +- **BREAKING:** The IDs of the "owned shows" and the "public shows" are now listed as `ownedShowIds` and `publicShowIds` in the OIDC scope claims. - `note_id` and `show_id` are read-only fields of the `TimeslotSerializer` (steering#171) - `Note.tags` are exposed as list of strings (steering#158) - Django’s model permissions and additional custom permissions are now used (steering#177)