From 53f8c213da6e79c146319838d6efcb25f37d4240 Mon Sep 17 00:00:00 2001 From: Carter Tazio Schonwald Date: Mon, 15 Sep 2014 17:46:04 -0400 Subject: [PATCH] adding more changes to the change log --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bcfe81e7..15c882af9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,11 @@ https://github.com/haskell/random/pull/7 * fix memory leaks by using strict fields and strict atomicModifyIORef' https://github.com/haskell/random/pull/8 + related to ghc trac tickets #7936 and #4218 * support for base < 4.6 (which doesnt provide strict atomicModifyIORef') and integrating Travis CI support. https://github.com/haskell/random/pull/12 + * fix C type in test suite https://github.com/haskell/random/pull/9 # 1.0.1.1 bump for overflow bug fixes