summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
author6543 <6543@obermui.de>2020-07-28 22:54:08 +0200
committerGitHub <noreply@github.com>2020-07-28 16:54:08 -0400
commit1de19e0c766e3d7f9fe4cf22f6c2a589ac543a37 (patch)
tree4c056522997b49a0421f30cad26b1f07bc6c9dd2 /CHANGELOG.md
parent8a36c46a7ee455e78fa5cfd0fe66253c4f2e7ecd (diff)
downloadgitea-1de19e0c766e3d7f9fe4cf22f6c2a589ac543a37.tar.gz
gitea-1de19e0c766e3d7f9fe4cf22f6c2a589ac543a37.zip
Changelog v1.12.3 (#12356) (#12357)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f379546fe7..351749f946 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,17 @@ This changelog goes through all the changes that have been made in each release
without substantial changes to our git log; to see the highlights of what has
been added to each release, please refer to the [blog](https://blog.gitea.io).
+## [1.12.3](https://github.com/go-gitea/gitea/releases/tag/v1.12.3) - 2020-07-28
+
+* BUGFIXES
+ * Don't change creation date when updating Release (#12343) (#12351)
+ * Show 404 page when release not found (#12328) (#12332)
+ * Fix emoji detection in certain cases (#12320) (#12327)
+ * Reduce emoji size (#12317) (#12327)
+ * Fix double-indirection bug in logging IDs (#12294) (#12308)
+ * Link to pull list page on sidebar when view pr (#12256) (#12263)
+ * Extend Notifications API and return pinned notifications by default (#12164) (#12232)
+
## [1.12.2](https://github.com/go-gitea/gitea/releases/tag/v1.12.2) - 2020-07-11
* BUGFIXES