Skip to content

Commit

Permalink
Update changelog for v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpadilla committed Mar 3, 2018
1 parent 67c035b commit b949c23
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,25 @@ This project adheres to [Semantic Versioning](http://semver.org/).
-------------------------------------------------------------------------
### Changed

- Dropped support for python 2.6 and 3.3 [#297][297]
### Fixed

- Audience parameter now supports iterables [#205][205]
### Added

- An invalid signature now raises an `InvalidSignatureError` instead of `DecodeError` [#315][315]
[v1.6.0][1.6.0]
-------------------------------------------------------------------------
### Changed

- Dropped support for python 2.6 and 3.3 [#301][301]
- An invalid signature now raises an `InvalidSignatureError` instead of `DecodeError` [#316][316]

### Fixed

- Fix over-eager fallback to stdin [#304][304]

### Added

- Audience parameter now supports iterables [#306][306]

[v1.5.3][1.5.3]
-------------------------------------------------------------------------
### Changed
Expand Down Expand Up @@ -206,5 +215,8 @@ rarely used. Users affected by this should upgrade to 3.3+.
[271]: https://github.com/jpadilla/pyjwt/pull/271
[277]: https://github.com/jpadilla/pyjwt/pull/277
[281]: https://github.com/jpadilla/pyjwt/pull/281
[301]: https://github.com/jpadilla/pyjwt/pull/301
[304]: https://github.com/jpadilla/pyjwt/pull/304
[306]: https://github.com/jpadilla/pyjwt/pull/306
[315]: https://github.com/jpadilla/pyjwt/pull/315
[7c1e61d]: https://github.com/jpadilla/pyjwt/commit/7c1e61dde27bafe16e7d1bb6e35199e778962742

0 comments on commit b949c23

Please sign in to comment.