summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZ.J. van de Weg <zegerjan@gitlab.com>2016-08-03 11:12:24 +0200
committerZ.J. van de Weg <zegerjan@gitlab.com>2016-09-30 13:45:15 +0200
commitb19dd19b21e37522c4a75e7d39717860aee645aa (patch)
tree14c34b72a6888ff6bb556eabc8fd3ccf1d80a4a2
parentdad03a805880711a32dde44e7e8c0f6098386724 (diff)
downloadgitlab-ce-b19dd19b21e37522c4a75e7d39717860aee645aa.tar.gz
Set CHANGELOG item to right release
-rw-r--r--CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 7c9d69992a2..08018e6169c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -140,6 +140,7 @@ v 8.12.0
- Fix issue with slash commands not loading on new issue page
- Fix inconsistent background color for filter input field (ClemMakesApps)
- Remove prefixes from transition CSS property (ClemMakesApps)
+ - Use custom Ruby images to test builds (registry.gitlab.com/gitlab-org/gitlab-build-images:*)
- Add Sentry logging to API calls
- Add BroadcastMessage API
- Use 'git update-ref' for safer web commits !6130
@@ -882,7 +883,6 @@ v 8.9.0
- Add API endpoint for Sidekiq Metrics !4653
- Refactoring Award Emoji with API support for Issues and MergeRequests
- Use Knapsack to evenly distribute tests across multiple nodes
- - Use custom Ruby images to test builds (registry.gitlab.com/gitlab-org/gitlab-build-images:*)
- Add `sha` parameter to MR merge API, to ensure only reviewed changes are merged
- Don't allow MRs to be merged when commits were added since the last review / page load
- Add DB index on users.state