diff options
author | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-09-26 16:49:10 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-26 16:49:10 +0800 |
commit | e4e46d8fbc6746e324ccccb6add4f73bd350948a (patch) | |
tree | bcf70dc1e2096b5a9361a8a7b3b73053251020c6 | |
parent | b4abbf3ac83c4a19c99372f7fce4cbfe2ccd55d4 (diff) |
release: cut entries for 0.12.2 (#6355)
-rw-r--r-- | CHANGELOG.md | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 73964ba0..f6d72c98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,11 +16,6 @@ All notable changes to Gogs are documented in this file. ### Fixed -- _Regression:_ Pages are correctly rendered when requesting `?go-get=1` for subdirectories. [#6314](https://github.com/gogs/gogs/issues/6314) -- _Regression:_ Submodule with a relative path is linked correctly. [#6319](https://github.com/gogs/gogs/issues/6319) -- Backup can be processed when `--target` is specified on Windows. [#6339](https://github.com/gogs/gogs/issues/6339) -- Commit message contains keywords look like an issue reference no longer fails the push entirely. [#6289](https://github.com/gogs/gogs/issues/6289) - ### 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. @@ -41,6 +36,15 @@ 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.2 + +### Fixed + +- _Regression:_ Pages are correctly rendered when requesting `?go-get=1` for subdirectories. [#6314](https://github.com/gogs/gogs/issues/6314) +- _Regression:_ Submodule with a relative path is linked correctly. [#6319](https://github.com/gogs/gogs/issues/6319) +- Backup can be processed when `--target` is specified on Windows. [#6339](https://github.com/gogs/gogs/issues/6339) +- Commit message contains keywords look like an issue reference no longer fails the push entirely. [#6289](https://github.com/gogs/gogs/issues/6289) + ## 0.12.1 ### Fixed |