diff options
author | 6543 <6543@obermui.de> | 2020-06-18 17:37:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-18 11:37:47 -0400 |
commit | 7937f1463a9be43574460b14fe7a509ca62ecd6d (patch) | |
tree | 9fd351f3e13310cafa3fc15ffb49764ae1adb277 | |
parent | dbe9c11238923d8442623fae5eddbac4226ebc96 (diff) | |
download | gitea-1.11.7.tar.gz gitea-1.11.7.zip |
Changelog v1.11.7 (#11953)v1.11.7
* Changelog v1.11.7
* Update CHANGELOG.md
-rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bfcd1c6b9b..e52d347434 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ This changelog goes through all the changes that have been made in each release without substantial changes to our git log; to see the highlights of what has been added to each release, please refer to the [blog](https://blog.gitea.io). +## [1.11.7](https://github.com/go-gitea/gitea/releases/tag/v1.11.7) - 2020-06-18 + +* BUGFIXES + * Use ID or Where to instead directly use Get when load object from database (#11925) (#11935) + * Fix __webpack_public_path__ for 1.11 (#11907) + * Fix verification of subkeys of default gpg key (#11713) (#11902) + * Remove unnecessary parentheses in wiki/view template (#11781) + * Doctor fix xorm.Count nil on sqlite error (#11741) + ## [1.11.6](https://github.com/go-gitea/gitea/releases/tag/v1.11.6) - 2020-05-30 * SECURITY |