From bc3c0487d3059900864d6e8074cf83555a5c446d Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Tue, 10 Nov 2020 10:54:10 -0600 Subject: [PATCH] remove ioutils mention in changelog (#15907) --- changelog.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/changelog.md b/changelog.md index 801d50b948..bc8ad22952 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