From f6300c63f298f146321827954c3bd9d8e4ddf2a8 Mon Sep 17 00:00:00 2001 From: Roberto Prevato Date: Sat, 9 Dec 2023 15:53:46 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd4f9214..86f6e3b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.0.1] - 2023-12-09 :mount_fuji: -- Fixes #441 causing the refresh_token endpoint for OpenID Connect integrations - to not work when an authenticated user is required by default. +- Fixes #441 causing the `refresh_token` endpoint for OpenID Connect + integrations to not work when an authenticated user is required by default. - Fixes #427 handling WebSocket errors according to ASGI specification. - Fixes #443, raising a detailed exception when more than one application is sharing the same instance of `Router`