From 9f31015d570dca3557662dd6eba324f0d1cd3634 Mon Sep 17 00:00:00 2001 From: Ernesto Rico Schmidt <ernesto@helsinki.at> Date: Tue, 30 May 2023 12:09:21 -0400 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e712db67..d504cd62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - 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`. +- Provide properties in API schemas in CamelCase notation (aura#141) ### Deprecated -- GitLab