diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0052593f44176bb7c296723ddeae146e9d9a5c2f..27e49355e192a307fa6fb5bee524c0cfb4a67447 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