Added changelog.

This commit is contained in:
Kevin Gorham 2020-08-13 22:46:22 -04:00
parent 34648223fb
commit 09f08bdd04
No known key found for this signature in database
GPG Key ID: CCA55602DF49FC38
1 changed files with 22 additions and 0 deletions

22
CHANGELOG.md Normal file
View File

@ -0,0 +1,22 @@
Change Log
==========
Version 1.1.0-beta04 *(2020-08-13)*
------------------------------------
New: Add support for canopy on testnet.
New: Change the default lightwalletd server.
New: Add lightwalletd service for fetching t-addr transactions.
New: prove the concept of local RPC via protobufs.
New: Iterate on the demo app.
New: Added new checkpoints.
Fix: Minor enhancements.
Version 1.1.0-beta03 *(2020-08-01)*
------------------------------------
New: Add robust support for transaction cancellation.
New: Update to latest version of librustzcash.
New: Expand test support.
New: Improve and simplify intialization.
New: Flag when rust is running in debug mode, causing a 10X slow down.
New: Contributing guidelines.
Fix: Minor cleanup and improvements.