summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorDaniel Gerhardt <code@dgerhardt.net>2015-07-20 18:56:49 +0200
committerDaniel Gerhardt <code@dgerhardt.net>2015-07-20 18:57:58 +0200
commite252410058a5aab0cb0427aeb0768b19b0fce4de (patch)
tree196505344ead2f6680da884756a1ff418fcf74d1 /CHANGELOG
parente8c147903b55fda14f503adf7efcf0b69c54fe67 (diff)
downloadgitlab-ce-e252410058a5aab0cb0427aeb0768b19b0fce4de.tar.gz
Fix change log for 7.11 and move entry to 7.12
The change log for 7.11 was accidentally split in 3865a1d92585cb31864b5d0f1b325c3585b5c681. Additionally, the change added with this commit did not make it into 7.11 according to `git branch --contains` and it has not been cherry picked to 7-11-stable so the entry is moved to 7.12. Refs GH-5625, GH-9318. [ci skip]
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG4
1 files changed, 1 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index d249a014802..052f4865d69 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -134,6 +134,7 @@ v 7.12.0
- Improve group removing logic
- Trigger create-hooks on backup restore task
- Add option to automatically link omniauth and LDAP identities
+ - Allow special character in users bio. I.e.: I <3 GitLab
v 7.11.4
- Fix missing bullets when creating lists
@@ -152,9 +153,6 @@ v 7.11.1
v 7.11.0
- Fall back to Plaintext when Syntaxhighlighting doesn't work. Fixes some buggy lexers (Hannes Rosenögger)
- Get editing comments to work in Chrome 43 again.
- - Allow special character in users bio. I.e.: I <3 GitLab
-
-v 7.11.0
- Fix broken view when viewing history of a file that includes a path that used to be another file (Stan Hu)
- Don't show duplicate deploy keys
- Fix commit time being displayed in the wrong timezone in some cases (Hannes Rosenögger)