Skip to content

Commit

Permalink
Release 0.13.20 (digital-asset#2633)
Browse files Browse the repository at this point in the history
  • Loading branch information
cocreature authored and mergify[bot] committed Aug 22, 2019
1 parent 88c2a1f commit dda583c
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 22 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.19
0.13.20
57 changes: 57 additions & 0 deletions docs/source/support/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,63 @@ Release notes

This page contains release notes for the SDK.

.. _release-0-13-20:

0.13.20 - 2019-08-22
--------------------

Documentation
~~~~~~~~~~~~~

- Added platform-independent tips for testing

DAML Compiler
~~~~~~~~~~~~~

- Some issues that caused ``damlc test`` to crash on shutdown have been fixed.
- The DAML compiler was accidentally compiled without
optimizations on Windows. This has been fixed which should improve
the performance of ``damlc`` and ``daml studio`` on Windows.
- ``damlc build`` should no longer leak file handles so
``ulimit`` workarounds should no longer be necessary.
- Allow more contexts in generic templates. Specifically, template constraints can
have arguments besides type variables, if the FlexibleContexts extension is enabled.

DAML-LF
~~~~~~~

- **Breaking** Rename ``NUMERIC`` back to ``DECIMAL`` in Protobuf definition.

DAML Studio
~~~~~~~~~~~

- ``damlc ide`` now also accepts ``--ghc-option`` arguments like ``damlc build``
so ``damlc ide --ghc-option -W`` launches the IDE with more warnings.
- The VSCode extension now has a configuration field for
passing extra arguments to ``damlc ide``.

DAML Integration Kit
~~~~~~~~~~~~~~~~~~~~

- Participant State API and kvutils was extended with support for
changing the ledger configuration. See changelog in respective ``package.scala`` files.

Sandbox
~~~~~~~

- Fixed a bug that caused the reset service to hang for 10 seconds. See issue `#2549 <https://github.com/digital-asset/daml/issues/2549>`__.

Java Bindings
~~~~~~~~~~~~~

- The Java Codegen now supports parametrized ContractIds.
See `#2258 <https://github.com/digital-asset/daml/issues/2258>`__.

DAML Standard Library
~~~~~~~~~~~~~~~~~~~~~

- Add ``stripInfix`` function to ``DA.List``.

.. _release-0-13-19:

0.13.19 - 2019-08-14
Expand Down
21 changes: 0 additions & 21 deletions unreleased.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,3 @@ This page contains release notes for the SDK.

HEAD — ongoing
--------------

+ [Documentation] Added platform-independent tips for testing
+ [DAML Compiler] Some issues that caused ``damlc test`` to crash on shutdown have been fixed.
+ [DAML Compiler] The DAML compiler was accidentally compiled without
optimizations on Windows. This has been fixed which should improve
the performance of ``damlc`` and ``daml studio`` on Windows.
+ [DAML Compiler] ``damlc build`` should no longer leak file handles so
``ulimit`` workarounds should no longer be necessary.
+ [DAML-LF] **Breaking** Rename ``NUMERIC`` back to ``DECIMAL`` in Protobuf definition.
+ [DAML Compiler] Allow more contexts in generic templates. Specifically, template constraints can
have arguments besides type variables, if the FlexibleContexts extension is enabled.
+ [DAML Studio] ``damlc ide`` now also accepts ``--ghc-option`` arguments like ``damlc build``
so ``damlc ide --ghc-option -W`` launches the IDE with more warnings.
+ [DAML Integration Kit] Participant State API and kvutils was extended with support for
changing the ledger configuration. See changelog in respective ``package.scala`` files.
+ [DAML Studio] The VSCode extension now has a configuration field for
passing extra arguments to ``damlc ide``.
+ [Sandbox] Fixed a bug that caused the reset service to hang for 10 seconds. See issue `#2549 <https://github.com/digital-asset/daml/issues/2549>`__.
+ [Java Bindings] The Java Codegen now supports parametrized ContractIds.
See `#2258 <https://github.com/digital-asset/daml/issues/2258>`__.
+ [DAML Standard Library] Add ``stripInfix`` function to ``DA.List``.

0 comments on commit dda583c

Please sign in to comment.