Skip to content

Commit

Permalink
Update Changes; This be v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lestrrat committed Sep 28, 2020
1 parent e71217f commit 5aeabd7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changes
=======

v1.0.5 - 28 Sep 2020
* Reinstate PrivateParams() method in jws and jwe packages.
These used to be available until v1.0.0, but somehow got lost during the
big change.
As a workaround for users of versions 1.0.0 to 1.0.4, you could have
achieved the same thing using AsMap() methods, albeit with a slight
performance penality (#205, #206)

v1.0.4 - 15 Aug 2020
* Fix jwt.WithOpenIDClaims(). Looks like something got lost along
the way, and it never really worked. (#201 #202)
Expand Down

0 comments on commit 5aeabd7

Please sign in to comment.