You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/support/release-notes.rst
+19-1Lines changed: 19 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,24 @@ Release notes
6
6
7
7
This page contains release notes for the SDK.
8
8
9
+
.. _release-0-13-14:
10
+
11
+
0.13.14 - 2019-07-22
12
+
--------------------
13
+
14
+
DAML Compiler
15
+
~~~~~~~~~~~~~
16
+
17
+
- Support reading of DAML-LF 1.5 again.
18
+
19
+
DAML Studio
20
+
~~~~~~~~~~~
21
+
22
+
VSCode scenario view improvements. Add a note in the IDE if:
23
+
24
+
- there is an open scenario view for a scenario that does no longer exist,
25
+
- there is an open scenario view for a scenario in a file that does no longer compile.
26
+
9
27
.. _release-0-13-13:
10
28
11
29
0.13.13 - 2019-07-16
@@ -229,7 +247,7 @@ DAML-LF
229
247
Sandbox
230
248
~~~~~~~
231
249
232
-
- Added `--log-level` command line flag.
250
+
- Added `--log-level` command line flag.
233
251
- **BREAKING CHANGE**: The Sandbox no longer supports loading from DALF files. You can now only use DAR files. See `#1610 <https://github.com/digital-asset/daml/issues/1610>`__.
0 commit comments