code style, minor fixes

This commit is contained in:
Yusur 2025-07-30 02:01:11 +02:00
parent 38ff59c76a
commit a3330d4340
6 changed files with 30 additions and 11 deletions

View file

@ -3,8 +3,8 @@
## 0.5.0
+ `sqlalchemy`: add `unbound_fk()`, `bound_fk()`
+ Add `timed_cache()`, `TimedDict()`, `age_and_days()`
+ Add date conversion utilities
+ Add `timed_cache()`, `TimedDict()`
+ Add module `calendar` with `want_*` date type conversion utilities and `age_and_days()`
+ Move obsolete stuff to `obsolete` package (includes configparse 0.3 as of now)
+ Add more exceptions: `NotFoundError()`