summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCheng Shao <astrohavoc@gmail.com>2021-12-14 14:31:46 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-12-15 16:33:54 -0500
commit6cea73113e63650e3eeee9c187ae3de7ffc19af6 (patch)
tree27c39919d61b1f4cd74c4a02b18c5bf95e81112d
parent89c1ffd6bcc6527d587d1188a43dda08d373bdb3 (diff)
downloadhaskell-6cea73113e63650e3eeee9c187ae3de7ffc19af6.tar.gz
Add a note to base changelog
-rw-r--r--libraries/base/changelog.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index 0bf4dc1ab7..0a9915feff 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -35,6 +35,10 @@
* Fix the `Ord1` instance for `Data.Ord.Down` to reverse sort order.
+ * Any Haskell type that wraps a C pointer type has been changed from
+ `Ptr ()` to `CUIntPtr`. For typical glibc based platforms, the
+ affected type is `CTimer`.
+
## 4.16.0.0 *Nov 2021*
* The unary tuple type, `Solo`, is now exported by `Data.Tuple`.