From a8ce69ccb9b305b9a9b7df44a32499253d2f5344 Mon Sep 17 00:00:00 2001 From: Andras Slemmer Date: Thu, 9 Jun 2016 16:41:57 +0100 Subject: [PATCH] docs: add release note on curve switch --- docs/source/release-notes.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/release-notes.rst b/docs/source/release-notes.rst index f8dcde9f73..01daacf3a3 100644 --- a/docs/source/release-notes.rst +++ b/docs/source/release-notes.rst @@ -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 ... \ No newline at end of file +* Much more ...