Merge pull request #828 from smallstep/update-changelog

Add support for `AuthorizationCrt` in changelog.
This commit is contained in:
Mariano Cano 2022-02-18 13:23:10 -08:00 committed by GitHub
commit c17886323a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed
- IPv6 addresses are normalized as IP addresses instead of hostnames.
- More descriptive JWK decryption error message.
- Make the X5C leaf certificate available to the templates using `{{ .AuthorizationCrt }}`.
### Deprecated
### Removed
### Fixed