File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed
Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -8,16 +8,25 @@ This project adheres to [Semantic Versioning](http://semver.org/).
88-------------------------------------------------------------------------
99### Changed
1010
11- - Dropped support for python 2.6 and 3.3 [ # 297 ] [ 297 ]
11+ ### Fixed
1212
13- - Audience parameter now supports iterables [ # 205 ] [ 205 ]
13+ ### Added
1414
15- - An invalid signature now raises an ` InvalidSignatureError ` instead of ` DecodeError ` [ #315 ] [ 315 ]
15+ [ v1.6.0] [ 1.6.0 ]
16+ -------------------------------------------------------------------------
17+ ### Changed
18+
19+ - Dropped support for python 2.6 and 3.3 [ #301 ] [ 301 ]
20+ - An invalid signature now raises an ` InvalidSignatureError ` instead of ` DecodeError ` [ #316 ] [ 316 ]
1621
1722### Fixed
1823
24+ - Fix over-eager fallback to stdin [ #304 ] [ 304 ]
25+
1926### Added
2027
28+ - Audience parameter now supports iterables [ #306 ] [ 306 ]
29+
2130[ v1.5.3] [ 1.5.3 ]
2231-------------------------------------------------------------------------
2332### Changed
@@ -206,5 +215,8 @@ rarely used. Users affected by this should upgrade to 3.3+.
206215[ 271 ] : https://github.com/jpadilla/pyjwt/pull/271
207216[ 277 ] : https://github.com/jpadilla/pyjwt/pull/277
208217[ 281 ] : https://github.com/jpadilla/pyjwt/pull/281
218+ [ 301 ] : https://github.com/jpadilla/pyjwt/pull/301
219+ [ 304 ] : https://github.com/jpadilla/pyjwt/pull/304
220+ [ 306 ] : https://github.com/jpadilla/pyjwt/pull/306
209221[ 315 ] : https://github.com/jpadilla/pyjwt/pull/315
210222[ 7c1e61d ] : https://github.com/jpadilla/pyjwt/commit/7c1e61dde27bafe16e7d1bb6e35199e778962742
You can’t perform that action at this time.
0 commit comments