summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLunny Xiao2017-12-14 17:29:47 +0800
committerLauris BH2017-12-14 11:29:47 +0200
commitbdf18560110ac642c196054be38729760a4bbc39 (patch)
treef4958c0c425291c0c8c147d43928b555db849f33
parent6037f183cfc09c4e82d6cab79a8efa1f187a5626 (diff)
Add changelog for v1.3.2 (#3191)v1.3.2
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0c62b1e3e..26b7cba2b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog
+## [1.3.2](https://github.com/go-gitea/gitea/releases/tag/v1.3.2) - 2017-12-14
+* BUGFIXES
+ * fix run web with -p push failed (#3154) (#3179)
+ * Fix source download link when no code unit allowed (#3166) (#3169)
+ * Allow adding collaborators with (fullname) (#3103) (#3168)
+ * Fix repo links (#3093) (#3163)
+ * Fix Uninitialized variable in ParsePatch (#3156) (#3162)
+ * Fix migration order v1.3 (#3157)
+ * Fix avatar URLs (#3069) (#3143)
+
## [1.3.1](https://github.com/go-gitea/gitea/releases/tag/v1.3.1) - 2017-12-08
* BUGFIXES
* Sanitize logs for mirror sync (#3057, #3082) (#3078)