aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLauris BH2017-10-16 17:27:22 +0300
committerKim "BKC" Carlbäcker2017-10-16 16:27:22 +0200
commit46bb1cf0262a38ffdbdf25bb3da3bf564ccdaff8 (patch)
tree0fc033611e24562f7c13cc2dfd481754a8ef185a
parent13013e90f39d30fd0882839783e2f7bbd8a5df25 (diff)
Changelog for v1.2.1 (#2716)v1.2.1
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cdfe93284..5bf83df8d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## [1.2.1](https://github.com/go-gitea/gitea/releases/tag/v1.2.1) - 2017-10-16
+* BUGFIXES
+ * Fix PR, milestone and label functionality if issue unit is disabled (#2710) (#2714)
+ * Fix plain readme didn't render correctly on repo home page (#2705) (#2712)
+ * Fix so that user can still fork his own repository to his organizations (#2699) (#2707)
+ * Fix .netrc authentication (#2700) (#2708)
+ * Fix slice out of bounds error in mailer (#2479) (#2696)
+
## [1.2.0](https://github.com/go-gitea/gitea/releases/tag/v1.2.0) - 2017-10-10
* SECURITY
* Sanitation fix from Gogs (#1461)