diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2019-08-18 22:57:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-18 22:57:56 +0200 |
commit | 742862b847646dff4562992cd502d3077b2c9474 (patch) | |
tree | 8ffdf07aa85b7d593a2450c20425bf91c210ef93 /changelog.md | |
parent | ac7a3651379f0601f9bbf5b1d613c8d6eb89cf4c (diff) | |
download | Nim-742862b847646dff4562992cd502d3077b2c9474.tar.gz |
more enhancements for #11618 (#11976)
* finish the Windows IO layer changes; refs #11618 * added system.getOsFileHandle which is less error-prone on Windows * make tests green again
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 3780c270b..41d371b60 100644 --- a/changelog.md +++ b/changelog.md @@ -21,6 +21,9 @@ - `encodings.getCurrentEncoding` now distinguishes between the console's encoding and the OS's encoding. This distinction is only meaningful on Windows. +- Added `system.getOsFileHandle` which is usually more useful + than `system.getFileHandle`. This distinction is only meaningful on + Windows. ## Library changes |