aboutsummaryrefslogtreecommitdiffhomepage
path: root/changelog.md
diff options
context:
space:
mode:
authorGravatar Herbert Valerio Riedel <hvr@gnu.org>2016-01-31 09:26:26 +0100
committerGravatar Herbert Valerio Riedel <hvr@gnu.org>2016-01-31 09:32:59 +0100
commitd958007b55221ea0fd508add447f466b342a263b (patch)
tree02d80bf441c190645a48daacf23d95c501ea93b8 /changelog.md
parente745f0c47a01bad4ed575cfa84bd7c753b2355dd (diff)
Bump to 2.7.2.0
There's been some subtle API changes that may be useful to detect via `MIN_VERSION_unix(2,7,2)`, consequently perform a minor version bump relative to the last release.
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 1105cba..000c006 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,6 @@
# Changelog for [`unix` package](http://hackage.haskell.org/package/unix)
-## **TBA**
+## 2.7.2.0 *Feb 2016*
* Don't assume non-POSIX `WCOREDUMP(x)` macro exists
@@ -15,6 +15,10 @@
* Improve detection of `fdatasync(2)` (GHC #11137)
+ * Drop support for Hugs
+
+ * Drop support for Cygwin (and Windows in general)
+
## 2.7.1.0 *Dec 2014*
* Bundled with GHC 7.10.1