From 88c7594d2dfcc883ed56ec9a8da899176cc8a9a3 Mon Sep 17 00:00:00 2001 From: Kainoa Kanter <44733677+ThatOneCalculator@users.noreply.github.com> Date: Sun, 29 May 2022 20:29:32 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3fdfa511..3f26ea691 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,7 @@ You should also include the user name that made the change. - Perform port diagnosis at startup only when Listen fails @mei23 - Rate limiting is now also usable for non-authenticated users. @Johann150 Admins should make sure the reverse proxy sets the `X-Forwarded-For` header to the original address. -- Update to Yarn v3 @ThatOneCalculator +- Migrate to Yarn v3.2.0 @ThatOneCalculator ### Bugfixes - Client: fix settings page @tamaina