Merge branch 'release' into develop

This commit is contained in:
Geert Weening
2014-09-22 23:50:45 -07:00
2 changed files with 11 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
##0.8.2
+ Currency: Allow mixed letters and numbers in currencies
+ Fix: orderbook reset on reconnect
+ Fix: ripple-lib crashing. Add potential missing error handlers
##0.8.1
+ Wallet: Add Wallet class that generates wallets
@@ -10,6 +19,7 @@
+ Fix undefined fee states when connecting to a rippled that is syncing
##0.8.0
+ Orderbook: Added tracking of offer funds for determining when offers are not funded

View File

@@ -1,6 +1,6 @@
{
"name": "ripple-lib",
"version": "0.8.1",
"version": "0.8.2-rc1",
"description": "Ripple JavaScript client library",
"files": [
"src/js/*",