Skip to content

Commit

Permalink
Adds link from changelog to upgrade notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Dudley authored Apr 3, 2018
1 parent 1f5559e commit 7deb802
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Changelog
=========

Here's a summary of what's changed in each Corda release. For guidance on how to upgrade code from the previous
release, see :doc:`upgrade-notes`.

Unreleased
----------

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.

* Errors thrown by a Corda node will now reported to a calling RPC client with attention to serialization and obfuscation of internal data.

* Serializing an inner class (non-static nested class in Java, inner class in Kotlin) will be rejected explicitly by the serialization
Expand Down
4 changes: 2 additions & 2 deletions samples/irs-demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ the time controls at the top left of the home page to run the fixings. Click any
view it.

*Note:* The IRS web UI currently has a bug when changing the clock time where it may show no numbers or apply fixings
inconsistently. The issues will be addressed in a future milestone release. Meanwhile, you can take a look at a simpler
oracle example here: https://github.com/corda/oracle-example.
inconsistently. The issues will be addressed in a future release. Meanwhile, you can take a look at a simpler oracle
example here: https://github.com/corda/oracle-example.

## Running the system test

Expand Down

0 comments on commit 7deb802

Please sign in to comment.