Skip to content

Commit 14821ba

Browse files
committed
changelog entry and authors update
1 parent def5a2b commit 14821ba

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ Rodney Richardson
102102
Rustem Saiargaliev
103103
Rustem Saiargaliev
104104
Sandro Rodrigues
105+
Sean 'Shaleh' Perry
105106
Shaheed Haque
106107
Shaun Stanworth
107108
Sayyid Hamid Mahdavi

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323
* Update token to TextField from CharField with 255 character limit and SHA-256 checksum in AbstractAccessToken model. Removing the 255 character limit enables supporting JWT tokens with additional claims
2424
* Update middleware, validators, and views to use token checksums instead of token for token retrieval and validation.
2525
* #1446 use generic models pk instead of id.
26+
* Transactions wrapping writes of the Tokens now rely on Django's database routers to determine the correct
27+
database to use instead of assuming that 'default' is the correct one.
2628

2729
### Deprecated
2830
### Removed

0 commit comments

Comments
 (0)