mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
840ee94bf6
daml-lf-archive-java is put together from the proto sources with the compiled java classes. However, the logic that picks the java classes was dependent on the output of $(locations :daml_lf_proto_lib_java), because it always would pick the first item. The new logic filters by name rather than position. Fixes #2058.
14 lines
468 B
ReStructuredText
14 lines
468 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 assistant] Fix VSCode path for use if not already in PATH on mac
|
|
- [DAML-LF] Fixed regression that produced an invalid daml-lf-archive artefact. See `#2058 <https://github.com/digital-asset/daml/issues/2058>`__.
|