summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2016-08-24 21:07:55 +0800
committerLin Jen-Shin <godfat@godfat.org>2016-08-24 21:07:55 +0800
commit59b84b6ef5cdf2904840dfa583ddd5642a231a21 (patch)
tree37230c067750f76e6ce5a1a7d8aa299cfab52e54
parent4a83cecd706462127da02e2e492daa9d2396d2d7 (diff)
downloadgitlab-ce-59b84b6ef5cdf2904840dfa583ddd5642a231a21.tar.gz
Fix CHANGELOG
-rw-r--r--CHANGELOG3
1 files changed, 1 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c4d2f79b1d9..ce2fc5b194f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,6 +4,7 @@ v 8.12.0 (unreleased)
- Change merge_error column from string to text type
- Optimistic locking for Issues and Merge Requests (title and description overriding prevention)
- Added tests for diff notes
+ - Add pipeline events to Slack integration !5525
v 8.11.1 (unreleased)
- Fix file links on project page when default view is Files !5933
@@ -95,8 +96,6 @@ v 8.11.0
- Fix syntax highlighting in file editor
- Support slash commands in issue and merge request descriptions as well as comments. !5021
- Nokogiri's various parsing methods are now instrumented
- - Add a way to send an email and create an issue based on private personal token. Find the email address from issues page. !3363
- - Add pipeline events to Slack integration !5525
- Add archived badge to project list !5798
- Add simple identifier to public SSH keys (muteor)
- Admin page now references docs instead of a specific file !5600 (AnAverageHuman)