From 6d03cf831edbe93e6eecf374401003a18a8fe1bc Mon Sep 17 00:00:00 2001 From: Lauris BH Date: Thu, 21 Sep 2017 10:00:37 +0300 Subject: [PATCH] Add changelog for v1.2.0-rc3 (#2563) --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b32c93d17..2a9f3dcf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.2.0-rc3](https://github.com/go-gitea/gitea/releases/tag/v1.2.0-rc3) - 2017-09-21 +* BUGFIXES + * Sync releases table with tags on push and for mirrors (#2459) + * Fix adding branch as protected to not allow pushing to it (#2556) + * Fix lint, fmt and integration testing errors (#2553) + * Remove go version check for make fmt (#2558) +* SECURITY + * Restricting access to fork functionality to users with Code access (#2542) + ## [1.2.0-rc2](https://github.com/go-gitea/gitea/releases/tag/v1.2.0-rc2) - 2017-09-06 * BUGFIXES * Fix migration from pre-v15 to 1.2.0 (#2460)