From 11ad93ae792415991e90f373b22b0507a4c04b0d Mon Sep 17 00:00:00 2001
From: Ernesto Rico Schmidt <ernesto@helsinki.at>
Date: Tue, 18 Apr 2023 16:49:02 -0400
Subject: [PATCH] Update CHANGELOG

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index e4cdb7b4..e712db67 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,13 +19,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 - The `HostSerializer`, `NoteSerializer` and `ShowSerializer` reference image.
 - The `Host.image` and `Show.image` fields are nullable in their serializers.
 - The `ppoi` field in the image serializer is updatable.
-- The `logo` field i the `Show` model is a reference to `Image`.
+- The `logo` field in the `Show` model is a reference to `Image`.
 - The `alt_text` and `credits` fields in the `Image` model are not nullable.
 - The "conflict resolution" methods of `Schedule` are now service functions.
 - implement show and timeslot filters
 - include id for serialized timeslots in REST API
 - re-work note viewset to work with updated model
 - add dimensions to thumbnails in Image REST API
+- The `last_date` field in the `Show` model is nullable.
+- The `CharField`s and `TextFields` in the models are not nullable.
+- The `subtitle` field of th `Category` model is now a `CharField`.
 
 ### Deprecated
 
@@ -43,6 +46,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 - don’t output invalid PPOI format
 - note image should allow null values
 - don’t force REST API consumers to set `repetition_of` for timeslots
+- The timeslot generation leaves the `last_date` unset if it is null.
 
 ### Security
 
-- 
GitLab