diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2017-01-20 23:18:57 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-20 23:18:57 +0800 |
commit | 12b002b3b8575539f332c30691e880bcc2fac5bc (patch) | |
tree | b971790458cd78a794d10dc3248fef5d9d88271d /Changelog.md | |
parent | 09403dd5ede68e020cb2ff17a7958bf5b42979df (diff) | |
parent | 07b0a0a56028c5ea9bf3dc4fc3b7fda6e4d97ec9 (diff) | |
download | dexon-solidity-12b002b3b8575539f332c30691e880bcc2fac5bc.tar dexon-solidity-12b002b3b8575539f332c30691e880bcc2fac5bc.tar.gz dexon-solidity-12b002b3b8575539f332c30691e880bcc2fac5bc.tar.bz2 dexon-solidity-12b002b3b8575539f332c30691e880bcc2fac5bc.tar.lz dexon-solidity-12b002b3b8575539f332c30691e880bcc2fac5bc.tar.xz dexon-solidity-12b002b3b8575539f332c30691e880bcc2fac5bc.tar.zst dexon-solidity-12b002b3b8575539f332c30691e880bcc2fac5bc.zip |
Merge pull request #1576 from ethereum/typeIdentifiers
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) |