ChangeLog.md in digest-crc-0.6.4 vs ChangeLog.md in digest-crc-0.6.5
- old
+ new
@@ -1,4 +1,9 @@
+### 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.
(@ojab)