diff options
author | chriseth <c@ethdev.com> | 2017-01-17 17:47:44 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2017-01-19 20:23:57 +0800 |
commit | 3fed790a56cea7bae481d01c15949aa500823968 (patch) | |
tree | 743218058ccf6527513b628657f70af3487750db /Changelog.md | |
parent | ba7dcbc15ef3ee900a4adc00e421983d6256c91c (diff) | |
download | dexon-solidity-3fed790a56cea7bae481d01c15949aa500823968.tar.gz dexon-solidity-3fed790a56cea7bae481d01c15949aa500823968.tar.zst dexon-solidity-3fed790a56cea7bae481d01c15949aa500823968.zip |
Type identifiers.
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 1e5dd8e1..b9e4ecc0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,7 @@ Features: * Compiler Interface: Contracts and libraries can be referenced with a `file:` prefix to make them unique. * AST: Use deterministic node identifiers. + * Type system: Introduce type identifier strings. * Metadata: Do not include platform in the version number. ### 0.4.8 (2017-01-13) |