update CHANGELOG
This commit is contained in:
parent
da49e389c4
commit
6cec6a298a
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
# 3.2.0
|
||||
__added__
|
||||
- Added `address.fromBech32/toBech32` (#846)
|
||||
|
||||
# 3.1.0
|
||||
__added__
|
||||
- Added `Transaction.prototype.virtualSize` (#811)
|
||||
- Added `Transaction.prototype.weight` (#811)
|
||||
|
||||
# 3.0.0
|
||||
From this release users can expect out-of-the-box Segregated Witness support.
|
||||
The majority of breaking changes have been in how `script` encoding/decoding occurs, with the introduction of witness stacks.
|
||||
|
|
Loading…
Reference in a new issue