Skip to content
Snippets Groups Projects
Verified Commit d8d591e6 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

docs: update CHANGELOG

parent 055c0da1
No related branches found
No related tags found
No related merge requests found
Pipeline #7865 passed
...@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -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. - `Playlist` model as placeholder for custom permissions.
- The route for `schdules` can now handle PATCH requests that don’t involve conflict resolution (steering#218) - 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) - `RadioSettings` model, admin, serializer, viewset and route to expose them (steering#173)
- Management command and Makefile target to delete OIDC client (steering#219)
### Changed ### Changed
...@@ -38,7 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -38,7 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ### 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_id` and `show_id` are read-only fields of the `TimeslotSerializer` (steering#171)
- `Note.tags` are exposed as list of strings (steering#158) - `Note.tags` are exposed as list of strings (steering#158)
- Django’s model permissions and additional custom permissions are now used (steering#177) - Django’s model permissions and additional custom permissions are now used (steering#177)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment