From 46bb1cf0262a38ffdbdf25bb3da3bf564ccdaff8 Mon Sep 17 00:00:00 2001 From: Lauris BH Date: Mon, 16 Oct 2017 17:27:22 +0300 Subject: [PATCH] Changelog for v1.2.1 (#2716) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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)