update changelog; use secure travis link

This commit is contained in:
freewil 2012-08-19 18:35:32 -04:00
parent f29440b2da
commit e9e9b9f4e5
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# node-bitcoin changelog
## v1.3.1 (2012/08/19)
Remove `underscore` dependency
## v1.3.0 (2012/07/03)
Change use of http.createClient() (deprecated in node v0.8.x) to http.request()

View File

@ -1,6 +1,6 @@
# node-bitcoin
[![Build Status](https://secure.travis-ci.org/freewil/node-bitcoin.png)](http://travis-ci.org/freewil/node-bitcoin)
[![Build Status](https://secure.travis-ci.org/freewil/node-bitcoin.png)](https://secure.travis-ci.org/freewil/node-bitcoin)
node-bitcoin is a simple wrapper for the Bitcoin client's JSON-RPC API.