update changelog, add lazy= to parent_children()

This commit is contained in:
Yusur 2025-08-23 14:54:58 +02:00
parent 0345ee58fc
commit 958779bc8a
2 changed files with 11 additions and 1 deletions

View file

@ -33,6 +33,11 @@
+ Added `addattr()`, `PrefixIdentifier()`, `mod_floor()`, `mod_ceil()`
+ First version to have unit tests! (Coverage is not yet complete)
## 0.3.8
- Fixed return types for `.sqlalchemy` module.
- `sqlalchemy.parent_children()` now takes a `lazy` parameter. Backported from 0.5.0.
## 0.3.7
- Fixed a bug in `b64decode()` padding handling which made the function inconsistent and non injective. Now, leading `'A'` is NEVER stripped.