Skip to content

Commit

Permalink
add changelog for v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rlittlefield committed Jun 4, 2024
1 parent ba0c687 commit 80bb422
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,12 @@ parsed = paseto.parse(
print(parsed)
# {'message': {'exp': '2021-10-25T22:43:20-06:00', 'my claims': [1, 2, 3]}, 'footer': None}
```


Changelog
---------

### v2.0.0
* Dropping support for python 3.7
* Adding support for python 3.11 and 3.12
* Dependency updates for pendulum, pysodium, pycryptodomex

0 comments on commit 80bb422

Please sign in to comment.