aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLauris BH2017-11-03 15:40:46 +0200
committerLunny Xiao2017-11-03 21:40:46 +0800
commit09bd05732de61930c99509ee5a25816895f430a8 (patch)
tree60ef4f42221f342da2a2ffb8124839dc425e25da
parentde7a76a9957edb6b97ed0b94ffd909106659f54a (diff)
Changelog for release 1.2.3 (#2840)v1.2.3
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 97270374b..79b0f233c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,9 @@
# Changelog
+## [1.2.3](https://github.com/go-gitea/gitea/releases/tag/v1.2.3) - 2017-11-03
+* BUGFIXES
+ * Only require one email when validating GPG key (#2266, #2467, #2663) (#2788)
+ * Fix order of comments (#2835) (#2839)
+
## [1.2.2](https://github.com/go-gitea/gitea/releases/tag/v1.2.2) - 2017-10-26
* BUGFIXES
* Add checks for commits with missing author and time (#2771) (#2785)