diff options
author | Araq <rumpf_a@web.de> | 2019-08-16 15:20:39 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2019-08-16 15:20:39 +0200 |
commit | 39f4a3e41872c35a6b4acd9d57dde7ffb5a09458 (patch) | |
tree | 0533ec33ce0dbd92cdadeaea4762cf89296be6cd /changelog.md | |
parent | b9dd972c32fbf7feae8d1ac4466e8bea32ff43d0 (diff) | |
download | Nim-39f4a3e41872c35a6b4acd9d57dde7ffb5a09458.tar.gz |
fixes #11801
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 1b897b201..e662ea110 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,9 @@ ## Changes affecting backwards compatibility +- The switch ``-d:nimBinaryStdFiles`` does not exist anymore. Instead + stdin/stdout/stderr are binary files again. This change only affects + Windows. ### Breaking changes in the standard library |