Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-06-20 15:34:32 +0300
committerDouwe Maan <douwe@gitlab.com>2015-06-20 15:35:24 +0300
commit0734756ee41d97842081c24d1650dfdd75697b45 (patch)
tree7851873b7a47f8ad11e1f5572dc039ac66a22d7a /CHANGELOG
parent07956981623d6c5a789fc78c8840079b5b73a5b1 (diff)
Convert CRLF newlines to LF when committing using the web editor.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index d1bf4c1fb0f..5e2fee110cf 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -8,6 +8,7 @@ v 7.13.0 (unreleased)
- Rename "Design" profile settings page to "Preferences".
- Allow users to customize their default Dashboard page.
- Update ssl_ciphers in Nginx example to remove DHE settings. This will deny forward secrecy for Android 2.3.7, Java 6 and OpenSSL 0.9.8
+ - Convert CRLF newlines to LF when committing using the web editor.
v 7.12.0 (unreleased)
- Fix Error 500 when one user attempts to access a personal, internal snippet (Stan Hu)