diff options
author | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-08-27 14:42:54 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-27 14:42:54 +0800 |
commit | bbef32b1ef3bd714c1feb8120a880e8151156a06 (patch) | |
tree | e3d5ce8723ad135e6080d335da1b90357fa910e1 | |
parent | 92953007de261c0dfabde21686e7435a3d06fcac (diff) |
CHANGELOG: cut more entries for 0.12.1
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e1857ff6..0eff6134 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,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) - ### Removed - ⚠️ Migrations before 0.12 are removed, installations not on 0.12 should upgrade to it to run the migrations and then upgrade to 0.13. @@ -36,6 +34,7 @@ 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) ## 0.12.0 |