summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2020-03-11 13:49:07 +0800
committerGitHub <noreply@github.com>2020-03-11 13:49:07 +0800
commit3378fc914906ce429e1398e4a241d5e8acc08a0d (patch)
treef8b4d3455902002b24c4884587d6b5650585a8fc /CHANGELOG.md
parentac1e411b2bd426e764e461cf278dcd5fd02fa0a6 (diff)
downloadgitea-3378fc914906ce429e1398e4a241d5e8acc08a0d.tar.gz
gitea-3378fc914906ce429e1398e4a241d5e8acc08a0d.zip
Add changelog for v1.11.3 (#10700) (#10708)
* Add changelog for v1.11.3 * Apply suggestions from code review * Update CHANGELOG.md Co-authored-by: John Olheiser <john.olheiser@gmail.com> Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com> Co-authored-by: Lauris BH <lauris@nix.lv>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a2eed12328..47ee76288d 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