[commit: ghc] ghc-8.4: base: Fix changelog entry for openTempFile (c8a02e2)
git at git.haskell.org
git at git.haskell.org
Sun Feb 18 19:38:34 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.4
Link : http://ghc.haskell.org/trac/ghc/changeset/c8a02e29bee00ef12c8f1accd0a9fff0b99bed24/ghc
>---------------------------------------------------------------
commit c8a02e29bee00ef12c8f1accd0a9fff0b99bed24
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.
(cherry picked from commit abecb2619acea5cf6ebaa7412401d9e660daf82c)
>---------------------------------------------------------------
c8a02e29bee00ef12c8f1accd0a9fff0b99bed24
libraries/base/changelog.md | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index c52ef0a..dd0a4af 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -1,11 +1,11 @@
# Changelog for [`base` package](http://hackage.haskell.org/package/base)
-## 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`
@@ -76,6 +76,17 @@
* `getExecutablePath` now resolves symlinks on Windows (#14483)
+ * Deprecated STM invariant checking primitives (`checkInv`, `always`, and
+ `alwaysSucceeds`) in `GHC.Conc.Sync` (#14324).
+
+## 4.10.1.0 *November 2017*
+ * Bundled with GHC 8.2.2
+
+ * The file locking primitives provided by `GHC.IO.Handle` now use
+ Linux open file descriptor locking if available.
+
+ * Fixed bottoming definition of `clearBit` for `Natural`
+
## 4.10.0.0 *July 2017*
* Bundled with GHC 8.2.1
More information about the ghc-commits
mailing list