daml/unreleased.rst
Gerolf Seitz 847a6d45ce Use the build-helper-maven-plugin to add generated sources (#2266)
The sourceRoot tag of the maven exec plugin isn't supported by the maven
integration in VS Code (which really is the eclipse stack).

Using the much more verbose build-helper-maven-plugin to make the
generated sources folder known to maven now makes the project properly
loadable by VS Code.

Fixes #887.
2019-07-24 07:23:03 +00:00

25 lines
1017 B
ReStructuredText

.. Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
.. SPDX-License-Identifier: Apache-2.0
Release notes
#############
This page contains release notes for the SDK.
HEAD — ongoing
--------------
- [DAML Studio] Scenario links no longer disappear if the
current file does not compile. The location is adjusted but this is done
one a best effort basis and can fail if the scenario itself is modified.
- [releases] Releases should now be announced on `the releases blog
<https://blog.daml.com/release-notes>`_.
- [DAML Compiler] Support reading of DAML-LF 1.5 again.
- [Ledger API] **BREAKING CHANGE** Drop support for legacy identifier. The
previously deprecated field ``name`` in ``Identifier`` message is not
supported anymore. Use ``module_name`` and ``entity_name`` instead.
- [Documentation] Improved the Maven pom.xml file for ``quickstart-java`` to better integrate with VS Code.
See `#887 <https://github.com/digital-asset/daml/issues/887>`__.