From 171f1861408ccb616d276ff93804e51d07fa7997 Mon Sep 17 00:00:00 2001 From: David Trattnig <david@subsquare.at> Date: Wed, 21 Feb 2024 17:55:06 +0100 Subject: [PATCH] fix(changelog): typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed578d0e..7dbd32bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `owners` optional field in `Host` model as many-to-many reference to `User` (steering#166) - `language` and `topic` optional fields in `Note` model (steering#169) -- `contributors` field in `Note` model (steering#159)# +- `contributors` field in `Note` model (steering#159) - `PRIVILEGED_GROUP` and `ENTITLED_GROUPS` settings to implement groups and permissions (steering#177) - `FILTER_ACTIVE_SHOWS_USING` settings to filter active shows and OIDC scope claims (steering#175) - `ShowManager` to annotate a show with its max (last) timeslot start (steering#175) -- GitLab