From 59b84b6ef5cdf2904840dfa583ddd5642a231a21 Mon Sep 17 00:00:00 2001 From: Lin Jen-Shin <godfat@godfat.org> Date: Wed, 24 Aug 2016 21:07:55 +0800 Subject: [PATCH] Fix CHANGELOG --- CHANGELOG | 3 +-- 1 file changed, 1 insertion(+), 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) -- GitLab