diff options
Diffstat (limited to 'libraries/base/changelog.md')
-rw-r--r-- | libraries/base/changelog.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md index f935c59bda..dd386ed477 100644 --- a/libraries/base/changelog.md +++ b/libraries/base/changelog.md @@ -1,5 +1,11 @@ # Changelog for [`base` package](http://hackage.haskell.org/package/base) +## next *TBA* + * Bundled with GHC *TBA* + + * `Foreign.Ptr` now exports the constructors for `IntPtr` and `WordPtr` + (#11983) + ## 4.9.0.0 *TBA* * Bundled with GHC 8.0 |