aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2017-04-14 12:45:28 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2017-04-14 12:45:41 +0200
commit33fadc20bae4828788d6d82c582c457adc6941e1 (patch)
tree1bd6e4ef4efcae1e594a5ac52a2e0d3e140779ab
parent348a71701db4cb29a762c7d60aba34380ee1d403 (diff)
downloadbitcoin-33fadc20bae4828788d6d82c582c457adc6941e1.tar.xz
doc: Update release notes pre-rc2v0.14.1rc2
-rw-r--r--doc/release-notes.md15
1 files changed, 12 insertions, 3 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 4479c1a456..4b5e3c56ed 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -33,10 +33,14 @@ Notable changes
RPC changes
-----------
-The first positional argument of `createrawtransaction` was renamed.
-This interface change breaks compatibility with 0.14.0, when the named
-arguments functionality, introduced in 0.14.0, is used.
+- The first positional argument of `createrawtransaction` was renamed from
+ `transactions` to `inputs`.
+- The argument of `disconnectnode` was renamed from `node` to `address`.
+
+These interface changes break compatibility with 0.14.0, when the named
+arguments functionality, introduced in 0.14.0, is used. Client software
+using these calls with named arguments needs to be updated.
Mining
------
@@ -82,6 +86,7 @@ git merge commit are mentioned.
- #10139 `f15268d` Remove auth cookie on shutdown (practicalswift)
- #10146 `2fea10a` Better error handling for submitblock (rawodb, gmaxwell)
- #10144 `d947afc` Prioritisetransaction wasn't always updating ancestor fee (sdaftuar)
+- #10204 `3c79602` Rename disconnectnode argument (jnewbery)
### Block and transaction handling
- #10126 `0b5e162` Compensate for memory peak at flush time (sipa)
@@ -90,6 +95,7 @@ git merge commit are mentioned.
### P2P protocol and network code
- #9953/#10013 `d2548a4` Fix shutdown hang with >= 8 -addnodes set (TheBlueMatt)
+- #10176 `30fa231` net: gracefully handle NodeId wrapping (theuni)
### Build system
- #9973 `e9611d1` depends: fix zlib build on osx (theuni)
@@ -101,6 +107,9 @@ git merge commit are mentioned.
- #9955/#10006 `569596c` Don't require segwit in getblocktemplate for segwit signalling or mining (sdaftuar)
- #9959/#10127 `b5c3440` Prevent slowdown in CreateNewBlock on large mempools (sdaftuar)
+### Tests and QA
+- #10157 `55f641c` Fix the `mempool_packages.py` test (sdaftuar)
+
### Miscellaneous
- #10037 `4d8e660` Trivial: Fix typo in help getrawtransaction RPC (keystrike)
- #10120 `e4c9a90` util: Work around (virtual) memory exhaustion on 32-bit w/ glibc (laanwj)