aboutsummaryrefslogtreecommitdiffhomepage
path: root/changelog.md
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index e8632e2..ae5b726 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,4 +1,10 @@
+# Changelog for [`unix` package](http://hackage.haskell.org/package/unix)
+## 2.7.0.2 *TBA*
+
+ * Add support for `base-4.8.0.0`
+ * Add haddock comments on `RTLD_NEXT` and `RTLD_DEFAULT`
+ * Deprecate function `haveRtldLocal`
* Fix `getGroupEntryForID/getGroupEntryForName' on Solaris. Solaris uses
CPP macros for required getgrgid_r and getgrnam_r functions definition
so the fix is to change from C ABI calling convention to C API calling