Change 'standardize_newlines' default to FALSE
I don't see why it should be enabled by default. Also, this is the functionality triggering #2923
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index a466977..1251974 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -60,7 +60,7 @@
- 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