aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLunny Xiao2020-03-11 01:11:15 +0800
committerGitHub2020-03-10 17:11:15 +0000
commitf3cacf13322d869dd7c6146ff58774ba8e27040c (patch)
treed4ccfc282738326cead8e53128cbf3f3523d6e22
parenta15dc93011d87c09a3e36778c968c9b59ee9cbe7 (diff)
Add changelog for v1.11.3 (#10700)v1.11.3
* Add changelog for v1.11.3 * Apply suggestions from code review Co-Authored-By: John Olheiser <john.olheiser@gmail.com> * Update CHANGELOG.md Co-Authored-By: Antoine GIRARD <sapk@users.noreply.github.com> Co-authored-by: John Olheiser <john.olheiser@gmail.com> Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0931960d9..b0b706a6b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,13 @@ 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.3](https://github.com/go-gitea/gitea/releases/tag/v1.11.3) - 2020-03-10
+
+* BUGFIXES
+ * Prevent panic in stopwatch (#10670) (#10673)
+ * Fix bug on pull view when required status check no ci result (#10648) (#10651)
+ * Build explicitly with Go 1.13 (#10684)
+
## [1.11.2](https://github.com/go-gitea/gitea/releases/tag/v1.11.2) - 2020-03-06
* BREAKING