summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2018-01-24 20:08:17 +0100
committerAndreas Rumpf <rumpf_a@web.de>2018-01-24 20:08:17 +0100
commit80caca15bd72e5dbc2712c1f0f6cbfa90262fbb2 (patch)
treeb93808b834a1983a0787ff9de33e6a66daa08b27 /changelog.md
parentcd26d0288256c8966edb0762828e599f5fc6cc09 (diff)
downloadNim-80caca15bd72e5dbc2712c1f0f6cbfa90262fbb2.tar.gz
fixes #7089
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index f7a656937..5c552b486 100644
--- a/changelog.md
+++ b/changelog.md
@@ -223,3 +223,6 @@ styledEcho "Red on Green.", resetStyle
 
 - ``writeStackTrace`` is now proclaimed to have no IO effect (even though it does)
   so that it is more useful for debugging purposes.
+- ``\n`` is now only the single line feed character like in most
+  other programming languages. The new platform specific newline escape sequence is
+  written as ``\p``. This change only affects the Windows platform.