From d0faa5552c243a46627257c9479f82fd16cd016c Mon Sep 17 00:00:00 2001 From: Volker Mische Date: Tue, 29 Oct 2019 12:49:38 +0100 Subject: [PATCH] chore: update Changlelog proactively There was a breaking change, which needs to reflected in the Changelog. Hence change the Changlog now and release afterwards. --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e609d18..195897e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ + +# [0.4.0](https://github.com/ipld/js-ipld-zcash/compare/v0.3.0...v0.4.0) (2019-10-29) + + +### Features + +* switch to zcash-block for decoding ([22bc170](https://github.com/ipld/js-ipld-zcash/commit/22bc170)) + + +### BREAKING CHANGES + +* Only deserialization is supported + +It is not possible anymore to serialize a Zcash Block. It will throw an +"Unsupported operation" error. + + + # [0.3.0](https://github.com/ipld/js-ipld-zcash/compare/v0.2.0...v0.3.0) (2019-05-10)