Skip to content

Commit

Permalink
Fix CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
lawliet89 committed Jul 22, 2020
1 parent 58209e6 commit 3501a0b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
- Add new `jwk::AlgorithmParameters::OctetKeyPair` variant to support (de)serializing `OKP`
key types. ([#125](https://github.com/lawliet89/biscuit/pull/125))
- Add support for JWK thumbprints (RFC 7638) ([#156](https://github.com/lawliet89/biscuit/pull/156))
- Allow verifying tokens with a `keypair` as `Secret`
([#132](https://github.com/lawliet89/biscuit/pull/132))

### Bug Fixes

Expand All @@ -48,9 +50,6 @@
- Add `jws::Compact::decode_with_jwks` method to decode a JWT with JWKs
([#124](https://github.com/lawliet89/biscuit/pull/124))

- Allow verifying tokens with a `keypair` as `Secret`
([#132](https://github.com/lawliet89/biscuit/pull/132))

### Internal Changes

- Replace `lazy_static` with `once_cell` ([#123](https://github.com/lawliet89/biscuit/pull/123))
Expand Down

0 comments on commit 3501a0b

Please sign in to comment.