From b51c59b23a20f57a2c59e4b5673fd85f6a81cb27 Mon Sep 17 00:00:00 2001 From: Geert Weening Date: Wed, 17 Sep 2014 15:02:21 -0700 Subject: [PATCH 1/2] [TASK] update release notes --- HISTORY.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 4e25fe90..0ecc97ee 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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 From 5d8bb541c6324d9ec2bb33980bb4fb0293a9187b Mon Sep 17 00:00:00 2001 From: Geert Weening Date: Wed, 17 Sep 2014 15:02:44 -0700 Subject: [PATCH 2/2] [TASK] bump version to 0.8.2-rc1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fccbf662..f52efe22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ripple-lib", - "version": "0.8.1", + "version": "0.8.2-rc1", "description": "Ripple JavaScript client library", "files": [ "src/js/*",