markedown edit to changelog

This commit is contained in:
dowwie 2019-10-27 15:16:43 -04:00
parent 0d7184a787
commit fe10accb6e
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
- Add support for verifying with modulus/exponent components for RSA
- Change API for both sign/verify to take a `Key` enum rather than bytes
- Update to 2018 edition
- Changed aud field type in Validation to Option<HashSet<String>>. Audience
- Changed aud field type in Validation to `Option<HashSet<String>>`. Audience
validation now tests for "any-of-these" audience membership.
## 6.0.1 (2019-05-10)