From ea7d5353ca0ae3d2e4f6cb54239efc2a9fe141d3 Mon Sep 17 00:00:00 2001 From: Kainoa Kanter <44733677+ThatOneCalculator@users.noreply.github.com> Date: Sun, 29 May 2022 12:47:19 -0700 Subject: [PATCH] Mention in CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b086ddba9..ec80821320 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +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 ### Bugfixes - Client: fix settings page @tamaina