Release Notes
SDK version: 0.12.21
Release date: 2019-05-28
DAML Assistant
The
exposed-modulesfield indaml.yamlis now optional. If it is not specified, all modules in the project are exposed. See #1328.You can now see all available versions with
daml versionusing the--allflag.
DAML Compiler
BREAKING CHANGE: Drop support for DAML-LF 1.1. Compiling to DAML-LF 1.2 should work without any code changes, although we highly recommend not specifying a target DAML-LF version at all.
Make DAML-LF 1.5 the default version produced by the compiler.
DAML Standard Library
parseIntandparseDecimalnow work at more extremes of values and accept leading plus signs.
DAML-LF
- Add new version 1.5. See DAML-LF 1 specification for details.