mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
bdd665fcf8
* Only change project root once As described in #2449, calling withProjectRoot' twice breaks with relative paths and is also just silly so this PR fixes this by factoring out the actual logic from init from execInit which does the project root thingy. * Add a regression test
15 lines
456 B
ReStructuredText
15 lines
456 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
|
|
--------------
|
|
|
|
+ [Ledger] Fixed a bug that prevented the ledger from loading transactions with empty workflow ids.
|
|
+ [DAML Compiler] The ``--project-root`` option now works properly
|
|
with relative paths in ``daml build`.`
|