summaryrefslogtreecommitdiff
path: root/libraries/base/changelog.md
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/base/changelog.md')
-rw-r--r--libraries/base/changelog.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index 0a9915feff..44ac94c32b 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -38,6 +38,11 @@
* 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`.
+ * The following Foreign C types now have an instance of `Ix`:
+ CChar, CSChar, CUChar, CShort, CUShort, CInt, CUInt, CLong, CULong,
+ CPtrdiff, CSize, CWchar, CSigAtomic, CLLong, CULLong, CBool, CIntPtr, CUIntPtr,
+ CIntMax, CUIntMax.
+
## 4.16.0.0 *Nov 2021*