diff options
author | Joe Chen <jc@unknwon.io> | 2022-04-06 21:30:55 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-06 21:30:55 +0800 |
commit | 0778db4228b9da19d0ddfb2dc2652f7e64db2905 (patch) | |
tree | 836e250701f3e2b80e05f17ea82dc1df1b32bb2d /CHANGELOG.md | |
parent | 5911b0296b84c07b4b2c07fa895b8842b87aa117 (diff) |
CHANGELOG: add missing entries (#6899)
[skip ci]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 27a41b23..9b556b01 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 |