docs: add release note on curve switch

This commit is contained in:
Andras Slemmer 2016-06-09 16:41:57 +01:00
parent 2b4ebd4f09
commit a8ce69ccb9

View File

@ -12,7 +12,7 @@ Here are changes in git master that haven't yet made it to a snapshot release:
* Amount class is now generic, to support non-currency types (such as assets, or currency with additional information).
* Refactored the Cash contract to have a new FungibleAsset superclass, to model all countable assets that can be merged
and split (currency, barrels of oil, etc.)
* Switched to the ed25519 elliptic curve from secp256r1. Note that this introduces a new external lib dependency.
Milestone 0
-----------
@ -24,4 +24,4 @@ This is the first release, which includes:
* The first version of the protocol/orchestration framework
* Some initial support for pluggable consensus mechanisms
* Tutorials and documentation explaining how it works
* Much more ...
* Much more ...