diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 69f89f7f9d..cbf9d3e932 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -6,6 +6,8 @@ Here are brief summaries of what's changed between each snapshot release. Milestone 10.0 -------------- +Special thank you to `Qian Hong `_, `Marek Skocovsky `_, `Karel Hajek `_, and `Jonny Chiu `_ for their contributions to Corda in M10. + .. warning:: Due to incompatibility between older version of IntelliJ and gradle 3.4, you will need to upgrade Intellij to 2017.1 (with kotlin-plugin v1.1.1) in order to run Corda demos in IntelliJ. You can download the latest IntelliJ from `JetBrains `_. .. warning:: The Kapt-generated models are no longer included in our codebase. If you experience ``unresolved references`` errors when building in IntelliJ, please rebuild the schema model by running ``gradlew kaptKotlin`` in Windows or ``./gradlew kaptKotlin`` in other systems. diff --git a/docs/source/release-notes.rst b/docs/source/release-notes.rst index 356cc01aca..4c9b9dd45f 100644 --- a/docs/source/release-notes.rst +++ b/docs/source/release-notes.rst @@ -7,6 +7,8 @@ the previous milestone release. Milestone 10 ------------ +Special thank you to `Qian Hong `_, `Marek Skocovsky `_, `Karel Hajek `_, and `Jonny Chiu `_ for their contributions to Corda in M10. + A new interactive **Corda Shell** has been added to the node. The shell lets developers and node administrators easily command the node by running flows, RPCs and SQL queries. It also provides a variety of commands to monitor the node. The Corda Shell is based on the popular `CRaSH project `_ and new commands can