daml/unreleased.rst
Remy d39d7974fc daml-lf: freeze version 1.7 (#3340)
* daml-lf: freeze daml-lf 1.7

* speedy: remove useless double checks
2019-11-07 09:51:18 +00:00

18 lines
579 B
ReStructuredText

.. Copyright (c) 2019 The DAML Authors. All rights reserved.
.. SPDX-License-Identifier: Apache-2.0
Release notes
#############
This page contains release notes for the SDK.
HEAD — ongoing
--------------
- [DAML-LF] Freeze DAML-LF 1.7. Summary of changes (See DAML-LF specification for more details.):
* Add support for parametrically scaled Numeric type.
* Drop support of Decimal in favor or Numerics.
* Add interning of strings and names. This reduces drastically dar file size.
* Add support for 'Any' type.
* Add support for type representation values.