ChangeLog.md in digest-crc-0.6.0 vs ChangeLog.md in digest-crc-0.6.1
- old
+ new
@@ -1,5 +1,10 @@
+### 0.6.1 / 2020-07-02
+
+* Fix installation issues under bundler by adding rake as an explicit dependency
+ (@rogerluan).
+
### 0.6.0 / 2020-07-01
* Implement _optional_ C extensions for all CRC algorithms, resulting in an
average performance improvement of ~40x. Note, if for whatever reason the
C extensions cannot be compiled, they will be skipped and the pure-Ruby
@@ -172,6 +177,5 @@
* CRC16 ZModem
* CRC24
* CRC32
* CRC32 Mpeg
* CRC64
-