diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-04-16 15:21:47 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-06-10 15:20:50 +0200 |
commit | 7982fce64c61c53d1e2e8cc6a8724f878701796d (patch) | |
tree | 8d77cbb501b957c6367d7a65888c3e047314ce8a /doc/release-notes.md | |
parent | 6bbb4ef39989ff75167da48faec581b55ba51240 (diff) |
doc: Mention full UTF-8 support in release notes
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r-- | doc/release-notes.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 7d44b8cda9..0d457714d5 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -43,6 +43,11 @@ RPC low-level changes 32-bit and 64-bit platforms, and the txids were missing in the hashed data. This has been fixed, but this means that the output will be different than from previous versions. +- Full UTF-8 support in the RPC API. Non-ASCII characters in, for example, + wallet labels have always been malformed because they weren't taken into account + properly in JSON RPC processing. This is no longer the case. This also affects + the GUI debug console. + C++11 and Python 3 ------------------- |