From 158e6aa124f17b19b2411b46cbd98023f8c2a6c8 Mon Sep 17 00:00:00 2001 From: clamoring Date: Tue, 20 Feb 2018 06:16:10 -0800 Subject: [PATCH] Create release_notes.md --- release_notes.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 release_notes.md diff --git a/release_notes.md b/release_notes.md new file mode 100644 index 000000000..df0031751 --- /dev/null +++ b/release_notes.md @@ -0,0 +1,11 @@ +Release notes for Hush 1.0.13 + +- Includes all bug fixes from zcash 1.0.13 (upstream) +- Fixes network sync issue. +- Adds new DNS seed nodes help nodes connect and find other nodes faster. +- Implements TLS options - allows options for self-signed or CA-signed TLS. Options can also be set to require TLS and/or CA-signed certs. +- TLS options have been tested and work on Windows, Mac, and Linux. +- Large memory reduction when processing shielded transactions. +- Enabled new RPC methods from zcash upstream: z-shieldcoinbase z_getpaymentdisclosure z_validatepaymentdisclosure. +- Adds ability to compile on Mac (experimental). +- Hush continues to be supported by BarterDEX and the Agama Wallet.