Browse Source

Add changelog for v1.2.0-rc3 (#2563)

tags/v1.2.0
Lauris BH GitHub 7 years ago
parent
commit
869bf0ab98
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      CHANGELOG.md

+ 9
- 0
CHANGELOG.md View File

@@ -1,5 +1,14 @@
# Changelog # 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 ## [1.2.0-rc2](https://github.com/go-gitea/gitea/releases/tag/v1.2.0-rc2) - 2017-09-06
* BUGFIXES * BUGFIXES
* Fix migration from pre-v15 to 1.2.0 (#2460) * Fix migration from pre-v15 to 1.2.0 (#2460)


Loading…
Cancel
Save