aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2015-07-27 14:11:56 +0200
committerWladimir J. van der Laan <[email protected]>2015-07-27 14:22:42 +0200
commit240b30eaf0b94a0094b8943dd9c01448bc29c3ba (patch)
tree33746478cdca8fbb0523c864f8e51c8ab29dcf4e /doc
parentMerge pull request #6468 (diff)
parentdoc: Mention RPC strings for monetary amounts in release notes (diff)
downloaddiscoin-240b30eaf0b94a0094b8943dd9c01448bc29c3ba.tar.xz
discoin-240b30eaf0b94a0094b8943dd9c01448bc29c3ba.zip
Merge pull request #6380
9127e97 doc: Mention RPC strings for monetary amounts in release notes (Wladimir J. van der Laan) 7d226b7 [QA] add testcases for parsing strings as values (Jonas Schnelli) 614601b rpc: Accept strings in AmountFromValue (Wladimir J. van der Laan)
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index d5ac70380..7480a7cd2 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -19,10 +19,13 @@ https://www.torproject.org/docs/tor-manual.html.en
This allows running bitcoind without having to do any manual configuration.
-Example header
-----------------------
+Low-level RPC API changes
+--------------------------
-Example content.
+- Monetary amounts can be provided as strings. This means that for example the
+ argument to sendtoaddress can be "0.0001" instead of 0.0001. This can be an
+ advantage if a JSON library insists on using a lossy floating point type for
+ numbers, which would be dangerous for monetary amounts.
0.12.0 Change log
=================