From 0778db4228b9da19d0ddfb2dc2652f7e64db2905 Mon Sep 17 00:00:00 2001 From: Joe Chen Date: Wed, 6 Apr 2022 21:30:55 +0800 Subject: [PATCH] CHANGELOG: add missing entries (#6899) [skip ci] --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27a41b23b..9b556b016 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,8 @@ All notable changes to Gogs are documented in this file. ### Fixed - Unable to use LDAP authentication on ARM machines. [#6761](https://github.com/gogs/gogs/issues/6761) +- Invalid character in `Access-Control-Allow-Credentials` response header. [#4983](https://github.com/gogs/gogs/issues/4983) +- Mysterious `ssh: overflow reading version string` errors from builtin SSH server. [#6882](https://github.com/gogs/gogs/issues/6882) ### Removed