summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2018-02-15 13:01:09 -0500
committerBen Gamari <ben@smart-cactus.org>2018-02-18 11:56:10 -0500
commit908046608bff517f1cc34d743681e177b0f46a05 (patch)
treeb81b063fc5bd130ee7a16dc6d5f561cefc3e4637
parenta644dffe8830a9f5a65f066fa84df9df494a5fe8 (diff)
downloadhaskell-908046608bff517f1cc34d743681e177b0f46a05.tar.gz
base: Fix changelog entry for openTempFile
This change is present in 4.11.0.0.
-rw-r--r--libraries/base/changelog.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index fe7e377860..53a515d383 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -4,12 +4,11 @@
* `($!)` is now representation-polymorphic like `($)`.
-## 4.11.1.0 *TBA*
- * `System.IO.openTempFile` is now thread-safe on Windows.
-
## 4.11.0.0 *TBA*
* Bundled with GHC 8.4.1
+ * `System.IO.openTempFile` is now thread-safe on Windows.
+
* Deprecated `GHC.Stats.GCStats` interface has been removed.
* Add `showHFloat` to `Numeric`