[commit: ghc] master: base: Fix changelog entry for openTempFile (9080466)

git at git.haskell.org git at git.haskell.org
Sun Feb 18 17:00:05 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/908046608bff517f1cc34d743681e177b0f46a05/ghc

>---------------------------------------------------------------

commit 908046608bff517f1cc34d743681e177b0f46a05
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu Feb 15 13:01:09 2018 -0500

    base: Fix changelog entry for openTempFile
    
    This change is present in 4.11.0.0.


>---------------------------------------------------------------

908046608bff517f1cc34d743681e177b0f46a05
 libraries/base/changelog.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index fe7e377..53a515d 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`



More information about the ghc-commits mailing list