diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2018-06-13 14:29:56 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2018-06-13 14:32:11 +0200 |
commit | dac5d68fc6cf136e0d7b21b9ed4fa053d54e6059 (patch) | |
tree | 4b40e771bb779d09000578f8ecea3676cbfcd8f1 | |
parent | 4ea3e8ef070417ccc22007407d78fa0a41949bee (diff) |
doc: Last-minute edits to 0.16.1 release notesv0.16.1
Tree-SHA512: 951cdf2b27ddb702906303d1bc07bac204323baf0ac4513ccb5da44cb2cb29ce74a62c75fe6531cfddc9059130890fe11929ea4ac545a17190d57e5163c7cc06
-rw-r--r-- | doc/release-notes.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 8902a20bdb..672b22a114 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -1,6 +1,6 @@ -Bitcoin Core version 0.16.x is now available from: +Bitcoin Core version 0.16.1 is now available from: - <https://bitcoincore.org/bin/bitcoin-core-0.16.x/> + <https://bitcoincore.org/bin/bitcoin-core-0.16.1/> This is a new major version release, including new features, various bugfixes and performance improvements, as well as updated translations. @@ -53,11 +53,11 @@ Miner block size removed ------------------------ The `-blockmaxsize` option for miners to limit their blocks' sizes was -deprecated in V0.15.1, and has now been removed. Miners should use the +deprecated in version 0.15.1, and has now been removed. Miners should use the `-blockmaxweight` option if they want to limit the weight of their blocks' weights. -0.16.x change log +0.16.1 change log ------------------ ### Policy |