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

docs: update CHANGELOG

parent afa1526b
No related branches found
No related tags found
No related merge requests found
...@@ -10,12 +10,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -10,12 +10,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### Added
- `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)
- `RadioSettings` model, admin, serializer, viewset and route to expose them (steering#173)
### Changed ### Changed
- The image URLs are now exposed as `url` and include the protocol to avoid mixed-media warnings (steering#194) - The image URLs are now exposed as `url` and include the protocol to avoid mixed-media warnings (steering#194)
- The `title` of a `Note` is nullable (steering#203) - The `title` of a `Note` is nullable (steering#203)
- A `Note` is attached to a `Timeslot` upon creation (issues#214) - A `Note` is attached to a `Timeslot` upon creation (steering#214)
### Removed ### Removed
......
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