From 4fb676413581c43f56c84f6ba04140392a98a320 Mon Sep 17 00:00:00 2001 From: Ross Nicoll Date: Wed, 5 Jul 2017 16:37:01 +0100 Subject: [PATCH] Update changelog and release version to M11.2 --- docs/source/changelog.rst | 5 +++++ docs/source/getting-set-up.rst | 2 +- docs/source/index.rst | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 09d9f42eeb..8575b4fe98 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -3,6 +3,11 @@ Changelog Here are brief summaries of what's changed between each snapshot release. This includes guidance on how to upgrade code from the previous milestone release. +Milestone 11.2 +-------------- + +* UntrustworthyData.Validator implements Serializable so that checkpoints with unwrap lambdas are valid. + Milestone 11.1 -------------- diff --git a/docs/source/getting-set-up.rst b/docs/source/getting-set-up.rst index 02ebfd8598..2976decaf9 100644 --- a/docs/source/getting-set-up.rst +++ b/docs/source/getting-set-up.rst @@ -80,7 +80,7 @@ And a simple example CorDapp for you to explore basic concepts is available here You can clone these repos to your local machine by running the command ``git clone [repo URL]``. By default, these repos will be on the ``master`` branch. However, this is an unstable development branch. You should check -out the latest release tag instead by running ``git checkout release-M11.1``. +out the latest release tag instead by running ``git checkout release-M11.2``. Opening Corda/CorDapps in IDEA ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/source/index.rst b/docs/source/index.rst index 1cc6f48621..eee6e7febd 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -2,7 +2,7 @@ Welcome to the Corda documentation! =================================== `Corda `_ is an open-source distributed ledger platform. The latest *milestone* (i.e. stable) -release is M11.1. The codebase is on `GitHub `_, and our community can be found on +release is M11.2. The codebase is on `GitHub `_, and our community can be found on `Slack `_ and in our `forum `_. If you're new to Corda, you should start by learning about its motivating vision and architecture. A good introduction