0.11.1 make yesno() accept boolean types

This commit is contained in:
Yusur 2025-12-01 10:23:59 +01:00
parent 0460062867
commit 3af9d6c9fb
3 changed files with 18 additions and 5 deletions

View file

@ -1,5 +1,9 @@
# Changelog
## 0.11.1
+ make `yesno()` accept boolean types
## 0.11.0
+ **Breaking**: sessions returned by `SQLAlchemy()` are now wrapped by default. Restore original behavior by passing `wrap=False` to the constructor or to `begin()`