summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGitLab Release Tools Bot <robert+release-tools@gitlab.com>2019-03-25 20:08:05 +0000
committerGitLab Release Tools Bot <robert+release-tools@gitlab.com>2019-03-25 20:08:05 +0000
commit61b2f70fdcbc8dce7504c6599f57e2db703cc5ae (patch)
treed69d9547cd504cde1a15de331bd1a7077bf33bbd /CHANGELOG.md
parent02d5d2bd3baadab39dcdbebdcd902e9121e8a0bd (diff)
downloadgitlab-ce-61b2f70fdcbc8dce7504c6599f57e2db703cc5ae.tar.gz
Update CHANGELOG.md for 11.9.1
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 74760e2ac8c..3d7e8e10280 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,23 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
+## 11.9.1 (2019-03-25)
+
+### Fixed (7 changes)
+
+- Fix issue that caused the "Show all activity" button to appear on top of the mini pipeline status dropdown on the merge request page. !26274
+- Fix duplicated bottom match line on merge request parallel diff view. !26402
+- Allow users who can push to protected branches to create protected branches via CLI. !26413
+- Add missing .gitlab-ci.yml to Android template. !26415
+- Refresh commit count after repository head changes. !26473
+- Set proper default-branch for repository on GitHub Import. !26476
+- GitHub importer: Use the project creator to create branches from forks. !26510
+
+### Changed (1 change)
+
+- Upgrade to Gitaly v1.27.1. !26533
+
+
## 11.9.0 (2019-03-22)
### Security (24 changes)