From b949c23d60d979b1dedda0a5d4b715b6c8484a52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Padilla?= Date: Sat, 3 Mar 2018 11:46:22 -0500 Subject: [PATCH] Update changelog for v1.6.0 --- CHANGELOG.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68eb2acf..a4b350de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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