Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Commit

Permalink
chore: update Changlelog proactively
Browse files Browse the repository at this point in the history
There was a breaking change, which needs to reflected in the Changelog.
Hence change the Changlog now and release afterwards.
  • Loading branch information
vmx committed Oct 29, 2019
1 parent ffda2b8 commit d0faa55
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
<a name="0.4.0"></a>
# [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.



<a name="0.3.0"></a>
# [0.3.0](https://github.com/ipld/js-ipld-zcash/compare/v0.2.0...v0.3.0) (2019-05-10)

Expand Down

0 comments on commit d0faa55

Please sign in to comment.