mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
865 B
865 B
Unreleased changes
All notable unreleased changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
tl;dr is that for every big change, a developer add a corresponding entry into this
file (UNRELEASED.md
). Once a release is ready, the maintainer needs to move entries
from this file into the section with the corresponding version number and release date
in CHANGELOG.md
.
Unreleased
Added
- Add runner scripts to the packaged bin folder.
- Add support for DAML-LF
Optional
type
Changed
- Change default ledger port to 6865.
- Use
TransactionTrees
instead of transactions, and thus store exercise events as well. - Removed
--keep-archived
options.