From 94faac88638b67ec2d06f53c2af2c640f9b7accd Mon Sep 17 00:00:00 2001 From: Yusur Princeps Date: Sat, 23 Aug 2025 15:01:51 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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