diff options
| author | Jeff Garzik <[email protected]> | 2012-08-30 19:44:57 -0400 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2012-08-30 19:44:57 -0400 |
| commit | c2cd13faa4a09214c8d262f9e662edb57fc7b171 (patch) | |
| tree | 76cfe2f54f5dafc8cb2fed03b864b607acaa0631 | |
| parent | Merge pull request #1752 from Diapolo/bitcoind_ASLR_DEP (diff) | |
| download | discoin-c2cd13faa4a09214c8d262f9e662edb57fc7b171.tar.xz discoin-c2cd13faa4a09214c8d262f9e662edb57fc7b171.zip | |
release-notes.txt: mention getmemorypool removal
| -rw-r--r-- | doc/release-notes.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/release-notes.txt b/doc/release-notes.txt index 5374847b5..babc56ff8 100644 --- a/doc/release-notes.txt +++ b/doc/release-notes.txt @@ -43,6 +43,7 @@ JSON-RPC API * Rework gettransaction, getblock calls. 'gettransaction' responds for non-wallet TXs now. * Remove deprecated RPC 'getblocknumber' +* Remove superceded RPC 'getmemorypool' (see BIP 22, above) * New blockchain checkpoint at block 193,000 * listtransactions output now displays "smart" times for transactions, and 'blocktime' and 'timereceived' fields were added |