aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Chen <jc@unknwon.io>2022-05-05 16:09:17 +0800
committerGitHub <noreply@github.com>2022-05-05 16:09:17 +0800
commite51e01683408e10b3dcd2ace65e259ca7f0fd61b (patch)
treee819d26abe5d2ed8ec36399325a5a0a7295312aa
parentf7802b9227f1b6cc2df816c738fa0063fb24d37a (diff)
CHANGELOG: cut entries for 0.12.7 (#6931)
[skip ci]
-rw-r--r--CHANGELOG.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4b54b9ea..477292bb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,10 +22,7 @@ All notable changes to Gogs are documented in this file.
### Fixed
-- _Security:_ Stored XSS in issues. [#6919](https://github.com/gogs/gogs/issues/6919)
- 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
@@ -46,6 +43,14 @@ All notable changes to Gogs are documented in this file.
- Configuration option `[database] DB_TYPE` is no longer used, please use `[database] TYPE`.
- Configuration option `[database] PASSWD` is no longer used, please use `[database] PASSWORD`.
+## 0.12.7
+
+### Fixed
+
+- _Security:_ Stored XSS in issues. [#6919](https://github.com/gogs/gogs/issues/6919)
+- 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)
+
## 0.12.6
### Fixed