summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorzeripath <art27@cantab.net>2020-02-16 21:38:06 +0000
committerGitHub <noreply@github.com>2020-02-16 16:38:06 -0500
commit9b7890f1cca2afb456eff91d109ea662cf8268fa (patch)
tree79cae9c6134745e121373b30de08ce584a6a1484 /CHANGELOG.md
parenteb064dfda252bf0e55f35b0c8192cdd8b07db45b (diff)
downloadgitea-9b7890f1cca2afb456eff91d109ea662cf8268fa.tar.gz
gitea-9b7890f1cca2afb456eff91d109ea662cf8268fa.zip
v1.10.4 Changelog (#10294) (#10305)
* v1.10.4 Changelog * Add backport identifier for #10261 * Update CHANGELOG.md entry for #9884
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ba83e9384f..6833bad349 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -453,6 +453,19 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
* Update CodeMirror to version 5.49.0 (#8381)
* Wiki editor: enable side-by-side button (#7242)
+## [1.10.4](https://github.com/go-gitea/gitea/releases/tag/v1.10.4) - 2020-02-16
+
+* FEATURE
+ * Prevent empty LDAP search from deactivating all users (#9879) (#9890)
+* BUGFIXES
+ * Fix reply on code review (#10261) (#10227)
+ * Fix branch page pull request title and link error (#10092) (#10098)
+ * Fix milestone API state parameter unhandled (#10049) (#10053)
+ * Fix wiki raw view on sub path (#10002) (#10041)
+ * Fix RocketChat Webhook (#9908) (#9921) (#9925)
+ * Fix bug about wrong dependencies permissions check and other wrong permissions check (#9884) (Partial backport #9842)
+ * Ensure that 2fa is checked on reset-password (#9857) (#9877)
+
## [1.10.3](https://github.com/go-gitea/gitea/releases/tag/v1.10.3) - 2020-01-17
* SECURITY
* Hide credentials when submitting migration (#9102) (#9704)