summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-04-14 15:56:23 +0200
committerAndrey Andreev <narf@devilix.net>2014-04-14 15:56:23 +0200
commitaeed15eb8556ab671507f17ef9a8cf28903999aa (patch)
tree38c49e2e064eeaa256535b6fa1c7b454c999ed9a /user_guide_src/source
parentdb0873365aabce72390fe9ccf19081de143a1d51 (diff)
Change 'standardize_newlines' default to FALSE
I don't see why it should be enabled by default. Also, this is the functionality triggering #2923
Diffstat (limited to 'user_guide_src/source')
-rw-r--r--user_guide_src/source/changelog.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index a4669773f..125197434 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -60,7 +60,7 @@ Release Date: Not Released
- Removed *cheatsheets* and *quick_reference* PDFs from the documentation.
- Added availability checks where usage of dangerous functions like ``eval()`` and ``exec()`` is required.
- Added support for changing the file extension of log files using ``$config['log_file_extension']``.
- - Added support for turning newline standardization on/off via ``$config['standardize_newlines']``.
+ - Added support for turning newline standardization on/off via ``$config['standardize_newlines']`` and set it to FALSE by default.
- Helpers