diff --git a/docs/source/support/release-notes.rst b/docs/source/support/release-notes.rst index 946929db99..c9e21f8fc3 100644 --- a/docs/source/support/release-notes.rst +++ b/docs/source/support/release-notes.rst @@ -6,19 +6,6 @@ Release notes This page contains release notes for the SDK. -DAML Assistant -~~~~~~~~~~~~~~ - -- Added `--install-assistant` flag to `daml install` command, changing the default - behavior of `daml install` to be "install the assistant whenever we are installing - a newer version of the SDK". Deprecated the `--activate` flag. - -DAML Studio -~~~~~~~~~~~ - -- Opening an already open scenario will now focus it rather than opening - it in a new empty tab which is never updated with results. - .. _release-0-13-5: 0.13.5 - 2019-06-19 diff --git a/unreleased.rst b/unreleased.rst index 36dcc57d6e..25701adb3b 100644 --- a/unreleased.rst +++ b/unreleased.rst @@ -9,10 +9,13 @@ This page contains release notes for the SDK. HEAD — ongoing -------------- -DAML Studio -~~~~~~~~~~~ - -- The selected view for scenario results (table or transaction) is now +- [DAML Assistant] Added ``--install-assistant`` flag to ``daml install`` command, + changing the default behavior of ``daml install`` to install the assistant + whenever we are installing a newer version of the SDK. Deprecated the + ``--activate`` flag. +- [DAML Studio] Opening an already open scenario will now focus it rather than opening + it in a new empty tab which is never updated with results. +- [DAML Studio] The selected view for scenario results (table or transaction) is now preserved when the scenario results are updated. See `#1675 `__. - [DAML-LF] Rename ``TO_TEXT_CODE_POINTS`` and ``FROM_TEXT_CODE_POINTS`` to ``TEXT_FROM_CODE_POINTS`` and ``TEXT_TO_CODE_POINTS``, resp.