From 01fa4e5eb044dee183e445fbed376747fa25df33 Mon Sep 17 00:00:00 2001 From: Kristofer Date: Fri, 18 Aug 2023 09:03:17 +0200 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa831387f..f4fcc5df3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- **API:** Praise now allows for usernames that are two characters to align with Discord requirements #1132 - **Frontend:** JWT token is now refreshed when it expires. If the refresh token has expired as well, user has to login again. #1120 - **Frontend:** Fix styling bug that caused the login button to be hidden on short screens. #1107