Skip to content

Commit

Permalink
Fix release notes for 0.13.52 (digital-asset#4497)
Browse files Browse the repository at this point in the history
changelog_begin
changelog_end
  • Loading branch information
cocreature authored Feb 13, 2020
1 parent d084dba commit 8015119
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions docs/source/daml/daml-studio.rst
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ to exercise the contract the following error would occur:
To fix this issue the party 'Bob' should be made a controlling party in one of the choices.

.. _daml-studio-packages:

Working with multiple packages
******************************
Expand Down
9 changes: 4 additions & 5 deletions docs/source/support/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,12 @@ DAML Assistant
down when stdin is closed is now disabled unless you explicitly
enable it by passing ``--shutdown-stdin-close``.

DAML Script
~~~~~~~~~~~
DAML Script - Experimental
~~~~~~~~~~~~~~~~~~~~~~~~~~

- Add a ``HasTime`` instance for ``Script`` which allows
you to get the current time (UTC in wallclock mode, UNIX epoch otherwise)

DAML Script - Experimental
~~~~~~~~~~~~~~~~~~~~~~~~~~
- The time mode must now always be
specified explicitly. Use ``--static-time`` to recover the previous
default time mode.
Expand All @@ -45,7 +44,7 @@ DAML Studio
~~~~~~~~~~~
- You can now open DAML Studio in the root of a
multi-package project instead of opening it separately for each
package. Take a look at the documentation for details on how to set
package. Take a look at the :ref:`documentation <daml-studio-packages>` for details on how to set
this up.

DAML Triggers - Experimental
Expand Down

0 comments on commit 8015119

Please sign in to comment.