From 74376313480f285d8bfdd5ef1ded08a11d5f54a2 Mon Sep 17 00:00:00 2001
From: Ernesto Rico Schmidt <ernesto@helsinki.at>
Date: Tue, 2 Apr 2024 16:52:12 -0400
Subject: [PATCH] docs: update CHANGELOG

---
 CHANGELOG.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0052593f..27e49355 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,10 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+### Added
+
+- `Playlist` model as placeholder for custom permissions.
+
 ### 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)
 
 ### Removed
 
-- 
GitLab