File tree Expand file tree Collapse file tree 3 files changed +42
-16
lines changed Expand file tree Collapse file tree 3 files changed +42
-16
lines changed Original file line number Diff line number Diff line change 1
- 0.13.14
1
+ 0.13.15
Original file line number Diff line number Diff line change @@ -6,6 +6,47 @@ Release notes
6
6
7
7
This page contains release notes for the SDK.
8
8
9
+ .. _release-0-13-15 :
10
+
11
+ 0.13.15 - 2019-07-25
12
+ --------------------
13
+
14
+ DAML Studio
15
+ ~~~~~~~~~~~~
16
+
17
+ - Scenario links no longer disappear if the
18
+ current file does not compile. The location is adjusted but this is done
19
+ one a best effort basis and can fail if the scenario itself is modified.
20
+
21
+ DAML Compiler
22
+ ~~~~~~~~~~~~~~
23
+
24
+ - Support reading of DAML-LF 1.5 again.
25
+
26
+ Ledger API
27
+ ~~~~~~~~~~~
28
+
29
+ - **BREAKING **: Drop support for legacy identifier. The
30
+ previously deprecated field ``name `` in ``Identifier `` message is not
31
+ supported anymore. Use ``module_name `` and ``entity_name `` instead.
32
+
33
+ Navigator
34
+ ~~~~~~~~~
35
+
36
+ - Fixed an issue when Navigator console did not see any contracts.
37
+ See `#2271 <https://github.com/digital-asset/daml/issues/2271 >`__.
38
+
39
+ Documentation
40
+ ~~~~~~~~~~~~~~
41
+
42
+ - Improved the Maven pom.xml file for ``quickstart-java `` to better integrate with VS Code.
43
+ See `#887 <https://github.com/digital-asset/daml/issues/887 >`__.
44
+
45
+ Releases
46
+ ~~~~~~~~
47
+
48
+ - Releases should now be announced on `the releases blog <https://blog.daml.com/release-notes >`__.
49
+
9
50
.. _release-0-13-14 :
10
51
11
52
0.13.14 - 2019-07-22
Original file line number Diff line number Diff line change @@ -9,18 +9,3 @@ This page contains release notes for the SDK.
9
9
HEAD — ongoing
10
10
--------------
11
11
12
- - [DAML Studio] Scenario links no longer disappear if the
13
- current file does not compile. The location is adjusted but this is done
14
- one a best effort basis and can fail if the scenario itself is modified.
15
-
16
- - [releases] Releases should now be announced on `the releases blog
17
- <https://blog.daml.com/release-notes> `_.
18
- - [DAML Compiler] Support reading of DAML-LF 1.5 again.
19
-
20
- - [Ledger API] **BREAKING CHANGE ** Drop support for legacy identifier. The
21
- previously deprecated field ``name `` in ``Identifier `` message is not
22
- supported anymore. Use ``module_name `` and ``entity_name `` instead.
23
- - [Documentation] Improved the Maven pom.xml file for ``quickstart-java `` to better integrate with VS Code.
24
- See `#887 <https://github.com/digital-asset/daml/issues/887 >`__.
25
- - [Navigator] Fixed an issue when Navigator console did not see any contracts.
26
- See `#2271 <https://github.com/digital-asset/daml/issues/2271 >`__.
You can’t perform that action at this time.
0 commit comments