diff --git a/changelog.md b/changelog.md
index b344f422bbdcde98552848c84841a2dc12cc1a15..9cdbc055f5c3c5ae8dcbb379a92479de9bd7ca69 100644
--- a/changelog.md
+++ b/changelog.md
@@ -3,6 +3,7 @@
 ## 2.8.6.0 *Nov 2024*
 
   * add `readDirStreamWith` and `readDirStreamWithPtr` to `System.Posix.Directory.Internals` wrt [#251](https://github.com/haskell/unix/pull/251)
+  * Fix CTimeVal definition for platforms where time_t isn't CLong, wrt [#252](https://github.com/haskell/unix/pull/252)
 
 ## 2.8.5.1 *Apr 2024*