summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauris BH <lauris@nix.lv>2017-10-26 17:34:30 +0200
committerGitHub <noreply@github.com>2017-10-26 17:34:30 +0200
commitd81cf34e37657ca0dba28ff45389ee341d90deb0 (patch)
tree51becded880e75bfad20159c91962eef24513127
parentAdd checks for commits with missing author and time (#2771) (#2785) (diff)
downloadforgejo-d81cf34e37657ca0dba28ff45389ee341d90deb0.tar.xz
forgejo-d81cf34e37657ca0dba28ff45389ee341d90deb0.zip
Changelog for release v1.2.2 (#2786)v1.2.2
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5bf83df8d9..97270374b9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,11 @@
# Changelog
+## [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)
+ * Fix sending mail with a non-latin display name (#2559) (#2783)
+ * Sync MaxGitDiffLineCharacters with conf/app.ini (#2779) (#2780)
+ * Update vendor git (#2765) (#2772)
+ * Fix emojify image URL (#2769) (#2773)
## [1.2.1](https://github.com/go-gitea/gitea/releases/tag/v1.2.1) - 2017-10-16
* BUGFIXES