diff options
Diffstat (limited to 'node_modules/crc32-stream')
-rw-r--r-- | node_modules/crc32-stream/CHANGELOG.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/node_modules/crc32-stream/CHANGELOG.md b/node_modules/crc32-stream/CHANGELOG.md new file mode 100644 index 000000000..2dd648590 --- /dev/null +++ b/node_modules/crc32-stream/CHANGELOG.md @@ -0,0 +1,12 @@ +## Changelog
+
+**2.0.0** — <small>_February 13, 2017_</small> — [Diff](https://github.com/archiverjs/node-crc32-stream/compare/1.0.1...2.0.0)
+
+- adopt nodejs core Hash API (GH #4)
+
+**1.0.1** — <small>_January 12, 2016_</small> — [Diff](https://github.com/archiverjs/node-crc32-stream/compare/1.0.0...1.0.1)
+
+- Switch to node-crc for performance (GH #3)
+- bump deps to ensure latest versions are used.
+
+[Release Archive](https://github.com/archiverjs/node-crc32-stream/releases)
\ No newline at end of file |