mirror of
https://github.com/corda/corda.git
synced 2025-03-11 06:54:04 +00:00
Update documentation for M11.1.
This commit is contained in:
parent
9632ec157f
commit
af2e6b0afa
@ -3,6 +3,14 @@ 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.1
|
||||
--------------
|
||||
|
||||
* Fix serialisation error when starting a flow.
|
||||
* Automatically whitelist subclasses of `InputStream` when serialising.
|
||||
* Fix exception in DemoBench on Windows when loading CorDapps into the Node Explorer.
|
||||
* Detect when localhost resolution is broken on MacOSX, and provide instructions on how to fix it.
|
||||
|
||||
Milestone 11.0
|
||||
--------------
|
||||
|
||||
|
@ -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.0``.
|
||||
out the latest release tag instead by running ``git checkout release-M11.1``.
|
||||
|
||||
Opening Corda/CorDapps in IDEA
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
@ -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)
|
||||
release is M11. The codebase is on `GitHub <https://github.com/corda>`_, and our community can be found on
|
||||
release is M11.1. 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/>`_.
|
||||
|
||||
If you're new to Corda, you should start by learning about its motivating vision and architecture. A good introduction
|
||||
|
Loading…
x
Reference in New Issue
Block a user