From ea7c5facab29725d438cb970bc6c2b5ea71d3ac1 Mon Sep 17 00:00:00 2001 From: Postmodern Date: Mon, 3 Jul 2023 17:04:32 -0700 Subject: [PATCH] Updated the ChangeLog for 0.6.5. --- ChangeLog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 46e2359..d2246c4 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,8 @@ +### 0.6.5 / 2023-07-03 + +* Corrected the implementation of {Digest::CRC5}. +* Make `digest-crc` Ractor-safe. + ### 0.6.4 / 2021-07-14 * Silence potential method redefinition warnings when loading the C extensions.