summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2017-08-03 16:15:39 +0800
committerGitHub <noreply@github.com>2017-08-03 16:15:39 +0800
commit4c54139afc9884d349243a3f15f20e89b637df43 (patch)
tree27c59cf37aa81d7c04422b8775b47ebe5d931c74 /CHANGELOG.md
parent7e0654bd9e4f90fc156884afd88cb82ad8df86a8 (diff)
downloadgitea-4c54139afc9884d349243a3f15f20e89b637df43.tar.gz
gitea-4c54139afc9884d349243a3f15f20e89b637df43.zip
add changelog of release v1.1.3 (#2252)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 483c2d1417..596bd050e6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,17 @@
* Password reset URL changed from `/user/forget_password` to `/user/forgot_password`
* SSH keys management URL changed from `/user/settings/ssh` to `/user/settings/keys`
+## [1.1.3](https://github.com/go-gitea/gitea/releases/tag/v1.1.3) - 2017-08-03
+
+* BUGFIXES
+ * Fix PR template error (#2008)
+ * Fix markdown rendering (fix #1530) (#2043)
+ * Fix missing less sources for oauth (backport #1288) (#2135)
+ * Don't ignore gravatar error (#2138)
+ * Fix diff of renamed and modified file (#2136)
+ * Fix fast-forward PR bug (#2137)
+ * Fix some security bugs
+
## [1.1.2](https://github.com/go-gitea/gitea/releases/tag/v1.1.2) - 2017-06-13
* BUGFIXES