aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLauris BH2017-12-08 17:22:42 +0200
committerKim "BKC" Carlbäcker2017-12-08 16:22:42 +0100
commitfd7686171e342430f3ab88b5d18b9d865298666c (patch)
treea62be34b7b75394c4619cf60c1cb4360e14493d1
parentec6718ef403e0b89f8b649aef225b94b2369725e (diff)
Changelog for version 1.3.1 (#3119)
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f3439dc83..0c62b1e3e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog
+## [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)
+ * Fix missing branch in release bug (#3108) (#3117)
+ * Fix repo indexer and submodule bug (#3107) (#3110)
+ * Fix legacy URL redirects (#3100) (#3106)
+ * Fix redis session failed (#3086) (#3089)
+ * Fix issue list branch link broken (#3061) (#3070)
+ * Fix missing password length check when change password (#3039) (#3071)
+
## [1.3.0](https://github.com/go-gitea/gitea/releases/tag/v1.3.0) - 2017-11-29
* BREAKING
* Make URL scheme unambiguous (#2408)