diff options
author | 6543 | 2020-06-18 17:44:35 +0200 |
---|---|---|
committer | GitHub | 2020-06-18 11:44:35 -0400 |
commit | 80da79602536cbc05188ea119358803a889bf8d4 (patch) | |
tree | 5d75a2973a9089a398aa68de0e4cbcd4aa95b63c | |
parent | 113c99512b0ba755a065c346d0ccf8b66da23c15 (diff) |
Changelog v1.11.7 (#11953) (#11955)
* 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 75e940cb0..92e6e0549 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -338,6 +338,15 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Fix queue log param (#10733) * Add warning when using relative path to app.ini (#10104) +## [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 |