Update changelog and release version to M11.2

This commit is contained in:
Ross Nicoll 2017-07-05 16:37:01 +01:00
parent 52cf51088a
commit 4fb6764135
3 changed files with 7 additions and 2 deletions

View File

@ -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. 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 Milestone 11.1
-------------- --------------

View File

@ -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]``. 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 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 Opening Corda/CorDapps in IDEA
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -2,7 +2,7 @@ Welcome to the Corda documentation!
=================================== ===================================
`Corda <https://www.corda.net/>`_ is an open-source distributed ledger platform. The latest *milestone* (i.e. stable) `Corda <https://www.corda.net/>`_ is an open-source distributed ledger platform. The latest *milestone* (i.e. stable)
release is M11.1. The codebase is on `GitHub <https://github.com/corda>`_, and our community can be found on release is M11.2. The codebase is on `GitHub <https://github.com/corda>`_, and our community can be found on
`Slack <https://slack.corda.net/>`_ and in our `forum <https://discourse.corda.net/>`_. `Slack <https://slack.corda.net/>`_ and in our `forum <https://discourse.corda.net/>`_.
If you're new to Corda, you should start by learning about its motivating vision and architecture. A good introduction If you're new to Corda, you should start by learning about its motivating vision and architecture. A good introduction