From 6ec8124287f31c06287ed273416406fe60177697 Mon Sep 17 00:00:00 2001 From: wltsmrz Date: Wed, 10 Dec 2014 14:00:10 -0800 Subject: [PATCH] [DOC] Update release notes --- HISTORY.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index f0117999..15fe93cb 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,7 +2,16 @@ + [Transaction changes](https://github.com/ripple/ripple-lib/pull/221) -+ [Allow per transaction fees to be set, `transactions.setFixedFee()`](https://github.com/ripple/ripple-lib/commit/9b22f279bcbe60ee6bcf4b7fa60a48e9c197a828) ++ **Important** `tef*` and `tel*` and errors will no longer be presented as +final. Rather than considering these errors final, ripple-lib will wait until +the `LastLedgerSequence` specified in the transaction is exceeded. This makes +failures more definitive, and ensures that no transaction will resubmit +indefinitely. + ++ A new, final tej-class error is introduced to account for transactions that +are locally determined to have expired: `tejMaxLedger`. + ++ [Allow per transaction fees to be set, `transaction.setFixedFee()`](https://github.com/ripple/ripple-lib/commit/9b22f279bcbe60ee6bcf4b7fa60a48e9c197a828) + [Improve memo support](https://github.com/ripple/ripple-lib/commit/1704ac4ae144c0ce54afad86f644c75a632080b1) - Add `MemoFormat` property for memo