diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2020-11-10 10:54:10 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-10 10:54:10 -0600 |
commit | bc3c0487d3059900864d6e8074cf83555a5c446d (patch) | |
tree | da101d4604ef5c114b66b03b111eb8252f4bac8f | |
parent | c44ae647a9f3c987eed2b2c1c31f127f986c24f9 (diff) | |
download | Nim-bc3c0487d3059900864d6e8074cf83555a5c446d.tar.gz |
remove ioutils mention in changelog (#15907)
-rw-r--r-- | changelog.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/changelog.md b/changelog.md index 801d50b94..bc8ad2295 100644 --- a/changelog.md +++ b/changelog.md @@ -11,9 +11,6 @@ - `prelude` now works with the JavaScript target. -- Added `ioutils` module containing `duplicate` and `duplicateTo` to duplicate - `FileHandle` using C function `dup` and `dup2`. - - Added `almostEqual` in `math` for comparing two float values using a machine epsilon. - The JSON module can now handle integer literals and floating point literals of |