summaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
Diffstat (limited to 'libraries')
-rw-r--r--libraries/base/changelog.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index 4efb1216e1..46006b134c 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -14,6 +14,19 @@
* Add `Control.Monad.(<$!>)` as a strict version of `(<$>)`
+## 4.7.0.1 *Jul 2014*
+
+ * Bundled with GHC 7.8.3
+
+ * Unhide `Foreign.ForeignPtr` in Haddock (#8475)
+
+ * Fix recomputation of `TypeRep` in `Typeable` type-application instance
+ (#9203)
+
+ * Fix regression in Data.Fixed Read instance (#9231)
+
+ * Fix `fdReady` to honor `FD_SETSIZE` (#9168)
+
## 4.7.0.0 *Apr 2014*
* Bundled with GHC 7.8.1