From 1e8aa8ccf0b65df8dd4bb8e1814beae7f7abe9ee Mon Sep 17 00:00:00 2001 From: Johann150 Date: Thu, 8 Apr 2021 08:28:35 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c639ba..cbf24f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ 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] +Thank you to @kvibber, @lifelike and @pasdechance for contributing to this release. + +### Changed +* The new specfication changes are obeyed regarding rejecting request URLs that contain fragments or userinfo parts. +* The default signature algorithm used for generating certificates has been changed to ECDSA since there were multiple complaints about Ed25519. ## [3.0.1] - 2021-03-28 Thank you to @MidAutumnMoon and @steko for contributing to this release.