Skip to content

Commit

Permalink
Release 0.12.15 (#925)
Browse files Browse the repository at this point in the history
  • Loading branch information
cocreature authored May 6, 2019
1 parent c36055d commit 7f42f2e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.14
0.12.15
17 changes: 10 additions & 7 deletions docs/source/support/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ This page contains release notes for the SDK.
HEAD — ongoing
--------------

0.12.15 - 2019-05-06
--------------------

- Beta release of the Windows SDK:
You can download the installer from
`GitHub releases <https://github.com/digital-asset/daml/releases>`_.
The Windows SDK ships with the new `daml` installer which will soon also
become the default on Linux and MacOS. Documentation is still in progress,
take a look at the `Migration guide <https://github.com/digital-asset/daml/pull/768>`_
and the `updated documentation <https://github.com/digital-asset/daml/pull/740>`_.
- Add ``fromListWith`` and ``merge`` to ``DA.TextMap``.
- Add ``DA.Next.Map`` and ``DA.Next.Set`` and deprecate ``DA.Map`` and ``DA.Set`` in favor of those.
- Ledger API: Added three new methods to :ref:`CommandService <com.digitalasset.ledger.api.v1.commandservice>`:
Expand All @@ -24,13 +34,6 @@ HEAD — ongoing
0.12.14 - 2019-05-03
--------------------

- Beta release of the Windows SDK:
You can download the installer from
`GitHub releases <https://github.com/digital-asset/daml/releases>`_.
The Windows SDK ships with the new `daml` installer which will soon also
become the default on Linux and MacOS. Documentation is still in progress,
take a look at the `Migration guide <https://github.com/digital-asset/daml/pull/768>`_
and the `updated documentation <https://github.com/digital-asset/daml/pull/740>`_.
- Delete the `id` function, use `identity` instead.
- Drop support for DAML-LF 1.0 from compiler
- DAML-LF "dev" minor version. Write with ``--target 1.dev``, supported by all tools by
Expand Down

0 comments on commit 7f42f2e

Please sign in to comment.