From 6ae42b146c88b579b89adfa0a9ee750efe5680fa Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Fri, 29 Sep 2023 12:54:14 -0400
Subject: [PATCH] Changelog

---
 ChangeLog.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ChangeLog.md b/ChangeLog.md
index 7a8e5ec..90cda79 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.
-- 
GitLab