diff --git a/CHANGELOG.md b/CHANGELOG.md
index 72a9603e53a521bc82c4de56d2068c4998f2df7a..cd08d1382e774dd5f3e7098658769a1a521a1e23 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+### Added
+
+- `owners` optional field in `Host` model as many-to-many reference to `User` (steering#166)
+- `language` and `topic` optional fields in `Timeslot` model (steering#169)
+
 ### Changed
 
 - `note_id` and `show_id` are read-only fields of the `TimeslotSerializer` (steering#171)