aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorᴜɴᴋɴᴡᴏɴ <u@gogs.io>2020-08-27 14:41:10 +0800
committerGitHub <noreply@github.com>2020-08-27 14:41:10 +0800
commit92953007de261c0dfabde21686e7435a3d06fcac (patch)
treef81f1df7a65d509e62441afe2afddad6eadc8ad6 /CHANGELOG.md
parent4ecd588776f6a18c5c0c0b1b993bb0d25c1c16cd (diff)
CHANGELOG: cut entries for 0.12.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4c963928..e1857ff6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,7 +11,6 @@ All notable changes to Gogs are documented in this file.
### Fixed
- The `updated_at` field is now correctly updated when updates an issue. [#6209](https://github.com/gogs/gogs/issues/6209)
-- Fixed a regression which created `login_source.cfg` column to have `VARCHAR(255)` instead of `TEXT` in MySQL. [#6280](https://github.com/gogs/gogs/issues/6280)
### Removed
@@ -33,6 +32,12 @@ All notable changes to Gogs are documented in this file.
- Configuration option `[database] DB_TYPE` is no longer used.
- Configuration option `[database] PASSWD` is no longer used.
+## 0.12.1
+
+### Fixed
+
+- Fixed a regression which created `login_source.cfg` column to have `VARCHAR(255)` instead of `TEXT` in MySQL. [#6280](https://github.com/gogs/gogs/issues/6280)
+
## 0.12.0
### Added