diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-01-30 12:31:17 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-01-30 12:33:03 +0100 |
commit | 69baec96473ca2dc28ac016093770a46650a4ac9 (patch) | |
tree | 0b716698fcd53c17a9e19639ab73310a7260cff7 /doc/release-notes/release-notes-0.3.18.md | |
parent | 2df5e3427c127f69a958be4201ce543aaaf8bcc3 (diff) |
doc: Add historical release notes
Add all known release notes for versions since 0.3.12,
thanks to Matt Corallo for collecting them on the wiki.
Diffstat (limited to 'doc/release-notes/release-notes-0.3.18.md')
-rw-r--r-- | doc/release-notes/release-notes-0.3.18.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/release-notes/release-notes-0.3.18.md b/doc/release-notes/release-notes-0.3.18.md new file mode 100644 index 0000000000..ab1c2e0692 --- /dev/null +++ b/doc/release-notes/release-notes-0.3.18.md @@ -0,0 +1,11 @@ +Changes: +* Fixed a wallet.dat compatibility problem if you downgraded from 0.3.17 and then upgraded again +* IsStandard() check to only include known transaction types in blocks +* Jgarzik's optimisation to speed up the initial block download a little + +The main addition in this release is the Accounts-Based JSON-RPC commands that Gavin's been working on (more details at http://www.bitcoin.org/smf/index.php?topic=1886.0). +* getaccountaddress +* sendfrom +* move +* getbalance +* listtransactions |