summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2015-08-17 19:29:06 -0700
committerStan Hu <stanhu@gmail.com>2015-08-17 19:29:06 -0700
commit2a704396fb434c56a1ca2c41d65fd22a8b9a6d9c (patch)
treef1eb9503dcebb7ea3c1e8d431fa3497cf53c48cc
parent5fad0b585eb50e86aa09b18e99c5efdc4357ba2c (diff)
downloadgitlab-ce-2a704396fb434c56a1ca2c41d65fd22a8b9a6d9c.tar.gz
Fix incorrect CHANGELOG version
-rw-r--r--CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 1683b9ac094..c7511bd3245 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
Please view this file on the master branch, on stable branches it's out of date.
v 7.14.0 (unreleased)
+ - Fix redirection after sign in when using auto_sign_in_with_provider
- Upgrade gitlab_git to 7.2.14 to ignore CRLFs in .gitmodules (Stan Hu)
- Provide more feedback what went wrong if HipChat service failed test (Stan Hu)
- Fix bug where backslashes in inline diffs could be dropped (Stan Hu)
@@ -67,7 +68,6 @@ v 7.13.5
v 7.13.4
- Allow users to send abuse reports
- - Fix redirection after sign in when using auto_sign_in_with_provider
v 7.13.3
- Fix bug causing Bitbucket importer to crash when OAuth application had been removed.