Skip to content

Commit 8bd4f6e

Browse files
committed
Update CHANGELOG.md
1 parent eb3f581 commit 8bd4f6e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1818

1919
### Fixed
2020

21-
- Guard against PKCS1 PEM encododed public keys
22-
- Add deprecation warning when decoding without specifying `algorithms`
21+
- Guard against PKCS1 PEM encododed public keys [#277][277]
22+
- Add deprecation warning when decoding without specifying `algorithms` [#277][277]
23+
- Improve deprecation messages [#270][270]
24+
- PyJWT.decode: move verify param into options [#271][271]
2325

2426
### Added
2527

@@ -173,3 +175,6 @@ rarely used. Users affected by this should upgrade to 3.3+.
173175
[238]: https://github.com/jpadilla/pyjwt/pull/238
174176
[262]: https://github.com/jpadilla/pyjwt/pull/262
175177
[264]: https://github.com/jpadilla/pyjwt/pull/264
178+
[270]: https://github.com/jpadilla/pyjwt/pull/270
179+
[271]: https://github.com/jpadilla/pyjwt/pull/271
180+
[277]: https://github.com/jpadilla/pyjwt/pull/277

0 commit comments

Comments
 (0)