mirror of
https://github.com/corda/corda.git
synced 2024-12-20 05:28:21 +00:00
Documentation changes for M9.2
This commit is contained in:
parent
51a9710bb7
commit
5275736bd0
@ -3,6 +3,13 @@ Changelog
|
||||
|
||||
Here are brief summaries of what's changed between each snapshot release.
|
||||
|
||||
Milestone 9.2
|
||||
-------------
|
||||
|
||||
* Correct web server ports for IRS demo.
|
||||
* Correct which corda-webserver JAR is published to Maven.
|
||||
* Database tables are not dropped during node startup.
|
||||
|
||||
Milestone 9.1
|
||||
-------------
|
||||
|
||||
|
@ -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-M9.0``.
|
||||
out the latest release tag instead by running ``git checkout release-M9.2``.
|
||||
|
||||
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 M9.0. The codebase is on `GitHub <https://github.com/corda>`_, and our community can be found on
|
||||
release is M9.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/>`_.
|
||||
|
||||
If you're new to Corda, you should start by learning about its motivating vision and architecture. A good introduction
|
||||
|
@ -4,6 +4,14 @@ Release notes
|
||||
Here are release notes for each snapshot release from M9 onwards. This includes guidance on how to upgrade code from
|
||||
the previous milestone release.
|
||||
|
||||
Milestone 9.2
|
||||
-------------
|
||||
|
||||
This release is a minor stability and developer experience update with corrections to how Corda is published and
|
||||
referred to by the CorDapp template and tutorial, and an improvement to data reliability during node restarts.
|
||||
|
||||
For a full list of changes please see :doc:`changelog`.
|
||||
|
||||
Milestone 9
|
||||
-----------
|
||||
|
||||
@ -46,4 +54,4 @@ clients.
|
||||
There have also been dozens of bug fixes, performance improvements and usability tweaks. Upgrading is definitely
|
||||
worthwhile and will only take a few minutes for most apps.
|
||||
|
||||
For a full list of changes please see :doc:`change-log`.
|
||||
For a full list of changes please see :doc:`changelog`.
|
Loading…
Reference in New Issue
Block a user