add token loader, .flask_sqlalchemy, jsonencode(), base2048
This commit is contained in:
parent
dfa4309216
commit
9f75d983ba
11 changed files with 462 additions and 42 deletions
|
|
@ -1,5 +1,12 @@
|
|||
# Changelog
|
||||
|
||||
## 0.3.0
|
||||
|
||||
- Add auth loaders i.e. `sqlalchemy.require_auth_base()`, `flask_sqlalchemy`
|
||||
- Improve JSON handling in `flask_restx`
|
||||
- Add base2048 (i.e. BIP-39) codec
|
||||
- Add `split_bits()` and `join_bits()`
|
||||
|
||||
## 0.2.3
|
||||
|
||||
- Bug fixes in `classtools` and `sqlalchemy`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue