diff --git a/CHANGELOG.md b/CHANGELOG.md index e712db67a15f6cde24b3b5a86af6eb23e850bc33..d504cd62b96e97b52db5ff88003efe9e57e23c01 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