Skip to content
Snippets Groups Projects
Commit 43cd969d authored by Ben Gamari's avatar Ben Gamari
Browse files

base: Fix changelog entry for openTempFile

This change is present in 4.11.0.0.

(cherry picked from commit abecb2619acea5cf6ebaa7412401d9e660daf82c)
parent ee31f81f
No related branches found
No related tags found
No related merge requests found
# Changelog for [`base` package](http://hackage.haskell.org/package/base) # 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* ## 4.11.0.0 *TBA*
* Bundled with GHC 8.4.1 * Bundled with GHC 8.4.1
* `System.IO.openTempFile` is now thread-safe on Windows.
* Deprecated `GHC.Stats.GCStats` interface has been removed. * Deprecated `GHC.Stats.GCStats` interface has been removed.
* Add `showHFloat` to `Numeric` * Add `showHFloat` to `Numeric`
...@@ -76,6 +76,17 @@ ...@@ -76,6 +76,17 @@
* `getExecutablePath` now resolves symlinks on Windows (#14483) * `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* ## 4.10.0.0 *July 2017*
* Bundled with GHC 8.2.1 * Bundled with GHC 8.2.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment