summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-04-16 19:58:06 +0000
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-04-16 19:58:06 +0000
commit45526b5867cc0a29021e33e1a37328ee3b17bcb9 (patch)
tree7e5ea5159db3d5d9c152ab3540c7daa7f228ca36 /CHANGELOG.md
parent513eff621044e77bc00cd1b4ae0cb5e0e7c2e77e (diff)
downloadgitlab-ce-45526b5867cc0a29021e33e1a37328ee3b17bcb9.tar.gz
Update CHANGELOG.md for 12.9.4
[ci skip]
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 22c2ab6bf55..1ccc5669817 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,17 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
+## 12.9.4 (2020-04-16)
+
+### Fixed (5 changes, 1 of them is from the community)
+
+- Fix not working File upload from Project overview page. !26828 (Gilang Gumilar)
+- Fix storage rollback regression caused by previous refactor. !28496
+- Fix incorrect regex used in FileUploader#extract_dynamic_path. !28683
+- Fully qualify id columns for keyset pagination (Projects API). !29026
+- Fix Slack notifications when upgrading from old GitLab versions. !29111
+
+
## 12.9.3 (2020-04-14)
### Security (3 changes)