add ArgConfigSource(), 3 helpers to .sqlalchemy, add .waiter
This commit is contained in:
parent
97194b2b85
commit
eb8371757d
6 changed files with 177 additions and 4 deletions
|
|
@ -2,7 +2,10 @@
|
|||
|
||||
## 0.6.0
|
||||
|
||||
...
|
||||
+ `.sqlalchemy` has been made a subpackage and split; `sqlalchemy_async` has been deprecated. Update your imports.
|
||||
+ Add `.waiter` module. For now, non-functional.
|
||||
+ Add those new utilities to `.sqlalchemy`: `BitSelector`, `secret_column`, `a_relationship`. Also removed dead batteries.
|
||||
+ Add `ArgConfigSource` to `.configparse`
|
||||
|
||||
## 0.5.3
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue