Skip to content

Commit 59e581e

Browse files
Release SDK 0.13.15 (#2286)
1 parent fc388b0 commit 59e581e

File tree

3 files changed

+42
-16
lines changed

3 files changed

+42
-16
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.13.14
1+
0.13.15

docs/source/support/release-notes.rst

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,47 @@ Release notes
66

77
This page contains release notes for the SDK.
88

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+
950
.. _release-0-13-14:
1051

1152
0.13.14 - 2019-07-22

unreleased.rst

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,3 @@ This page contains release notes for the SDK.
99
HEAD — ongoing
1010
--------------
1111

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 >`__.

0 commit comments

Comments
 (0)