release 0.13.27 (#3015)

This commit is contained in:
Gary Verhaegen 2019-09-25 10:27:39 +01:00 committed by GitHub
parent 23c3c33fe1
commit 5eb76eef91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 23 additions and 5 deletions

View File

@ -1 +1 @@
0.13.26
0.13.27

View File

@ -6,6 +6,28 @@ Release notes
This page contains release notes for the SDK.
.. _release-0-13-27:
0.13.27 - 2019-09-25
--------------------
DAML Assistant
~~~~~~~~~~~~~~
- ``daml start`` now supports ``--sandbox-option=opt``, ``--navigator-option=opt``
and ``--json-api-option=opt`` to pass additional option to sandbox/navigator/json-api.
These flags can be specified multiple times.
DAML Compiler
~~~~~~~~~~~~~
- Fix a bug where generic templates could crash the compiler.
Security
~~~~~~~~
- Fix signing process.
.. _release-0-13-26:
0.13.26 - 2019-09-24

View File

@ -9,7 +9,3 @@ This page contains release notes for the SDK.
HEAD — ongoing
--------------
- [DAML Assistant] ``daml start`` now supports ``--sandbox-option=opt``, ``--navigator-option=opt``
and ``--json-api-option=opt`` to pass additional option to sandbox/navigator/json-api.
These flags can be specified multiple times.
- [DAML Compiler] Fix a bug where generic templates could crash the compiler.