diff --git a/doc/release-notes.md b/doc/release-notes.md --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -9,3 +9,5 @@ - Code standard updated to c++14. - Remove `depends` from transaction objects provided by `getblocktemplate`. - The option to reuse exisiting receiving addresses has been removed from the wallet. + - Added Schnorr signing to JNI (Java Native Interface) bindings. + - Added `-getinfo` option for batching calls to `getnetworkinfo`, `getblockchaininfo`, and `getwalletinfo`.