aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-12-20 13:34:57 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2016-12-20 13:35:30 +0100
commit8e707e868d6020de0d352279eed4fcd0138f3695 (patch)
tree1d002a7cc095e5711469d5e4fba8dac38d67be91
parentfe39f26b438e0c937570becbb6bcf1eaf1533825 (diff)
downloadbitcoin-0.13.2rc1.tar.xz
doc: Add #9382 to release notesv0.13.2rc1
-rw-r--r--doc/release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index acfb45ae2a..9d35d8e5fc 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -118,6 +118,7 @@ git merge commit are mentioned.
- #9290 `35174a0` Make RelayWalletTransaction attempt to AcceptToMemoryPool (gmaxwell)
- #9295 `43bcfca` Bugfix: Fundrawtransaction: don't terminate when keypool is empty (jonasschnelli)
- #9302 `f5d606e` Return txid even if ATMP fails for new transaction (sipa)
+- #9262 `fe39f26` Prefer coins that have fewer ancestors, sanity check txn before ATMP (instagibbs)
### Tests and QA
- #9159 `eca9b46` Wait for specific block announcement in p2p-compactblocks (ryanofsky)