From db58ca083239aa284ea83595a794a4acab6bdeaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Sun, 18 Dec 2022 21:46:58 +0100 Subject: [PATCH] Update the change log --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63d5768..05660dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Fixed +- The JWK representation of ECDSA keys now have their coordinates padded. + +### Changed +- The minimal required Rust version is now 1.60. + + ## [0.20.0] - 2022-05-08 ### Added