From 73cb83f62b4b6515a257214f744f6ea977019434 Mon Sep 17 00:00:00 2001 From: Julik Tarkhanov Date: Mon, 29 Jan 2024 11:01:17 +0100 Subject: [PATCH] Relocate changelog entry --- CHANGELOG.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05a0d8ac..52888015 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,5 @@ # Changelog -**Fixes and enhancements:** - -- Repair EC x/y coordinates when importing JWK [#585](https://github.com/jwt/ruby-jwt/pull/585) - [@julik](https://github.com/julik). - ## [v2.7.2](https://github.com/jwt/ruby-jwt/tree/v2.7.2) (NEXT) [Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.7.1...v2.7.2) @@ -20,6 +16,7 @@ - Fix key base equality and spaceship operators [#569](https://github.com/jwt/ruby-jwt/pull/569) - [@magneland](https://github.com/magneland). - Remove explicit base64 require from x5c_key_finder [#580](https://github.com/jwt/ruby-jwt/pull/580) - [@anakinj](https://github.com/anakinj). - Performance improvements and cleanup of tests [#581](https://github.com/jwt/ruby-jwt/pull/581) - [@anakinj](https://github.com/anakinj). +- Repair EC x/y coordinates when importing JWK [#585](https://github.com/jwt/ruby-jwt/pull/585) - [@julik](https://github.com/julik). - Your contribution here ## [v2.7.1](https://github.com/jwt/ruby-jwt/tree/v2.8.0) (2023-06-09)