Fix up the release notes according to new guidelines. (#1786)

* Fix up the release notes according to new plan.

* Better note.

* Added an a
This commit is contained in:
Fran 2019-06-20 15:24:20 +01:00 committed by GitHub
parent ca3ca745fb
commit 15827d43ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 17 deletions

View File

@ -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

View File

@ -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 <https://github.com/digital-asset/daml/issues/1675>`__.
- [DAML-LF] Rename ``TO_TEXT_CODE_POINTS`` and ``FROM_TEXT_CODE_POINTS`` to ``TEXT_FROM_CODE_POINTS`` and ``TEXT_TO_CODE_POINTS``, resp.