diff options
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 3 |
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. |