From 56809c3e45c3a266564672b968817ca8b6d496c1 Mon Sep 17 00:00:00 2001 From: Herbert Valerio Riedel <hvr@gnu.org> Date: Tue, 10 Mar 2015 10:24:17 +0100 Subject: [PATCH] Update changelog for upcoming 1.4.1.0 release --- changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 1e526b5..e21fb5d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,13 +1,13 @@ # Changelog for [`deepseq` package](http://hackage.haskell.org/package/deepseq) -## 1.4.1.0 *TBA* +## 1.4.1.0 *Mar 2015* + * Bundled with GHC 7.10.1 * Drop redundant constraints from a few `NFData` instances (if possible for a given `base` version) ## 1.4.0.0 *Dec 2014* - * Bundled with GHC 7.10.1 * Switch to Generics based `DefaultSignature` `rnf` method implementation (based on code from `deepseq-generics`) -- GitLab