add v2.0.0 to changelog

This commit is contained in:
freewil 2013-10-14 16:59:20 -07:00
parent 3b307a27d0
commit 820d79adff
2 changed files with 9 additions and 2 deletions

View File

@ -1,7 +1,7 @@
language: node_js
node_js:
- 0.8
- 0.10
- "0.8"
- "0.10"
before_install:
- sudo add-apt-repository --yes ppa:bitcoin/bitcoin
- sudo apt-get update

View File

@ -1,5 +1,12 @@
# node-bitcoin changelog
## v2.0.0 (2013/10/14)
* remove deprecated commands
* `getMemoryPool`
* `getMemorypool`
* remove deprecated functionality
* creating `bitcoin.Client` with more than one argument
## v1.7.0 (2013/05/05)
* add missing commands from bitcoind v0.7.0
* `createMultiSig`