From bd63966e43f6983b98f037a4e1db2851c678bbe2 Mon Sep 17 00:00:00 2001 From: Sean Lavine Date: Fri, 26 Jun 2015 14:27:16 -0700 Subject: [PATCH] update changelog --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index 7a902f1..7e0ba0b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,11 @@ # node-bitcoin changelog +## v2.3.2 (2015/06/26) +* fix bug in test suite that was supposed to detect missing commands +* add missing commands + * `prioritiseTransaction` + * `importWallet` + ## v2.3.1 (2015/06/24) * add missing `getMempoolInfo` for bitcoind v0.10