summaryrefslogtreecommitdiff
path: root/libraries/ghc-bignum/changelog.md
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/ghc-bignum/changelog.md')
-rw-r--r--libraries/ghc-bignum/changelog.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/ghc-bignum/changelog.md b/libraries/ghc-bignum/changelog.md
index 4106aec218..55cbef72b3 100644
--- a/libraries/ghc-bignum/changelog.md
+++ b/libraries/ghc-bignum/changelog.md
@@ -1 +1,11 @@
# Changelog for `ghc-bignum` package
+
+## 1.1
+
+- Moved integerToDouble# and integerToFloat# to `base` package with fixed
+ rounding (#15926, #17231, #17782)
+- Added Eq and Ord instances for BigNat (#19647)
+- Bump in-tree GMP to version 6.2.1
+- Support for autoconf >= 2.70 especially on Windows (#19189)
+- Fixed extra-source-files in .cabal file
+- Fixed incorrect declaration in .hs-boot file (#19638)