diff --git a/CHANGELOG.md b/CHANGELOG.md index 27e49355e192a307fa6fb5bee524c0cfb4a67447..ea449baa00ff75418bb12f210a2c6db4e359f11a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,12 +10,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - `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 - 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) -- A `Note` is attached to a `Timeslot` upon creation (issues#214) +- A `Note` is attached to a `Timeslot` upon creation (steering#214) ### Removed