summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGitLab Release Tools Bot <robert+release-tools@gitlab.com>2019-04-11 17:02:43 +0000
committerGitLab Release Tools Bot <robert+release-tools@gitlab.com>2019-04-11 17:02:43 +0000
commitdc8848794bfd2f06345d4dbba8a918aa09ee07a8 (patch)
treeaf32f790fa9a4ebeaf54d00f7e51075655b2e2c2 /CHANGELOG.md
parentff4cc94413db515f4b028859a61f2c70bdff1020 (diff)
downloadgitlab-ce-dc8848794bfd2f06345d4dbba8a918aa09ee07a8.tar.gz
Update CHANGELOG.md for 11.9.8
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4e91b9f29ff..41506746c98 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,22 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
+## 11.9.8 (2019-04-11)
+
+### Deprecated (1 change)
+
+- Allow to use untrusted Regexp via feature flag. !26905
+
+### Performance (2 changes)
+
+- Improve performance of PR import. !27121
+- Disable method instrumentation for diffs. !27235
+
+### Other (1 change)
+
+- Restore HipChat project service. !27172
+
+
## 11.9.7 (2019-04-09)
- No changes.