diff --git a/ChangeLog.md b/ChangeLog.md
index 7a8e5ec6df60bdd4d257c1ccbfc185177e35f6cb..90cda79116e9d0b433f4f47ccfe4a946b98b2f0e 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -22,6 +22,10 @@
   Most of these changes are to (exposed) implementation details rather than
   the primary high-level interface and should not impact most applications.
 
+* The `cereal`, `cipher-aes128`, `crypto-api`, `tagged`, and `monad-loop`
+  direct dependencies have been dropped.  `cryptonite` (already a dependency)
+  is now used for AES128 operations.
+
 ## 0.1.0.2
 
 * `taggedPairHash` now respects the size parameter passed to it.