summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-07-13 09:33:55 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-07-13 09:33:55 +0000
commit00053c805c9c83baca25b83919f89b024c51d7c8 (patch)
tree4afb25c2ae87c81cbe76ca9797c6d3e65a43e3df /CHANGELOG
parent98291295a782b5fdf74e0b4742a35857054facbb (diff)
parent562d78a65a5d6d9ebd593b0fe20d1cbc187bc570 (diff)
downloadgitlab-ce-00053c805c9c83baca25b83919f89b024c51d7c8.tar.gz
Merge branch 'ssh-key-linebreaks' into 'master'
Add error message for SSH key linebreaks Solves this [request](http://feedback.gitlab.com/forums/176466-general/suggestions/5653544-check-for-linebreaks-in-ssh-key). See merge request !672
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 93983c63593..97d4671bd0d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -46,6 +46,7 @@ v 7.13.0 (unreleased)
- A fork can’t have a visibility level that is greater than the original project.
- Faster code search in repository and wiki. Fixes search page timeout for big repositories
- Allow administrators to disable 2FA for a specific user
+ - Add error message for SSH key linebreaks
v 7.12.2
- Correctly show anonymous authorized applications under Profile > Applications.