From 13b3fa32619a5f5fe0a3065fc9c1f067b3bb7102 Mon Sep 17 00:00:00 2001 From: Ernesto Rico Schmidt <ernesto@helsinki.at> Date: Thu, 11 Apr 2024 16:48:31 -0400 Subject: [PATCH] docs: update CHANGELOG --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27e49355..ea449baa 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 -- GitLab