diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2016-08-08 21:07:38 +0000 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2016-08-16 12:42:13 +0200 |
commit | 4f5529351f94026a8e206b3df0476f7c6a492bbf (patch) | |
tree | 0ec99e36398e5f1bf9f471dd284db73f5acb0bf0 | |
parent | 4374f0ee35f8f617320ef603a23f3bdc1964d2d0 (diff) |
doc/release-notes: Misc
-rw-r--r-- | doc/release-notes.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index ba8ad71beb..6c7385c982 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -56,7 +56,7 @@ during initial sync of a node, and when catching up after downtime. bitcoin-cli: arguments privacy --------------------------------- +------------------------------ The RPC command line client gained a new argument, `-stdin` to read extra arguments from standard input, one per line until EOF/Ctrl-D. @@ -74,7 +74,7 @@ table by any user on the system. C++11 and Python 3 -------------------- +------------------ Various code modernizations have been done. The Bitcoin Core code base has started using C++11. This means that a C++11-capable compiler is now needed for @@ -88,7 +88,7 @@ required. Linux ARM builds ------------------- +---------------- Due to popular request, Linux ARM builds have been added to the uploaded executables. |