diff --git a/CHANGELOG.md b/CHANGELOG.md index 253f01d..0a9d03d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.5.1 + +- Fixed return types for `.sqlalchemy` module + ## 0.5.0 + `sqlalchemy`: add `unbound_fk()`, `bound_fk()` @@ -17,6 +21,11 @@ + Add `quart` module with `negotiate()`, `add_rest()`, `add_i18n()`, `WantsContentType` + Add `dei` module: it implements a compact and standardized representation for pronouns, inspired by the one in use at PronounDB +## 0.4.1 + +- Fixed return types for `.sqlalchemy` module. +- `sqlalchemy.parent_children()` now takes a `lazy` parameter. Backported from 0.5.1. + ## 0.4.0 + `pydantic` is now a hard dependency @@ -36,7 +45,7 @@ ## 0.3.8 - Fixed return types for `.sqlalchemy` module. -- `sqlalchemy.parent_children()` now takes a `lazy` parameter. Backported from 0.5.0. +- `sqlalchemy.parent_children()` now takes a `lazy` parameter. Backported from 0.5.1. ## 0.3.7