aboutsummaryrefslogtreecommitdiffhomepage
path: root/changelog.md
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md
index b7dafcd..1be0f35 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,6 @@
# Changelog for [`unix` package](http://hackage.haskell.org/package/unix)
-## 2.7.0.2 *TBA*
+## 2.7.1.0 *Dec 2014*
* Add support for `base-4.8.0.0`
* Tighten `SafeHaskell` bounds for GHC 7.10+
@@ -17,6 +17,10 @@
* `executeFile`: Fix `ENOTDIR` error for entries with non-directory
components in `PATH` (and instead skip over non-directory `PATH`-elements)
+ * New functions in `System.Posix.Unistd`:
+ - `fileSynchronise` (aka `fsync(2)`), and
+ - `fileSynchroniseDataOnly` (aka `fdatasync(2)`)
+
## 2.7.0.1 *Mar 2014*
* Bundled with GHC 7.8.1