Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit baed1aa

Browse files
committedNov 18, 2014
Merge branch 'release' into develop
2 parents cc229e8 + cffffd9 commit baed1aa

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed
 

‎HISTORY.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
##0.9.3
22

3+
+ [Change `presubmit` to emit immediately before transaction submit](https://github.com/ripple/ripple-lib/commit/7a1feaa89701bf861ab31ebd8ffdc8d8d1474e29)
4+
5+
+ [Add a "core" browser build of ripple-lib which has a subset of features and smaller file size](https://github.com/ripple/ripple-lib/pull/205)
6+
7+
+ [Update binformat with missing fields from rippled](https://github.com/ripple/ripple-lib/commit/cae980788efb00191bfd0988ed836d60cdf7a9a2)
8+
39
+ [Wait for transaction validation before returning `tec` error](https://github.com/ripple/ripple-lib/commit/6bdd4b2670906588852fc4dda457607b4aac08e4)
410

511
##0.9.2

‎npm-shrinkwrap.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ripple-lib",
3-
"version": "0.9.3-rc1",
3+
"version": "0.9.3-rc2",
44
"description": "A JavaScript API for interacting with Ripple in Node.js and the browser",
55
"files": [
66
"src/js/*",

0 commit comments

Comments
 (0)
Please sign in to comment.