From 6cec6a298aebf3ef2d6b34bfdf056766a09bac9a Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Fri, 15 Sep 2017 19:19:42 +1000 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ccc28f..0bd846c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.