aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2016-08-08 21:07:38 +0000
committerPieter Wuille <pieter.wuille@gmail.com>2016-08-16 12:42:13 +0200
commit4f5529351f94026a8e206b3df0476f7c6a492bbf (patch)
tree0ec99e36398e5f1bf9f471dd284db73f5acb0bf0 /doc
parent4374f0ee35f8f617320ef603a23f3bdc1964d2d0 (diff)
downloadbitcoin-4f5529351f94026a8e206b3df0476f7c6a492bbf.tar.xz
doc/release-notes: Misc
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes.md6
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.