aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorYoichi Hirai <i@yoichihirai.com>2017-01-20 23:18:57 +0800
committerGitHub <noreply@github.com>2017-01-20 23:18:57 +0800
commit12b002b3b8575539f332c30691e880bcc2fac5bc (patch)
treeb971790458cd78a794d10dc3248fef5d9d88271d /Changelog.md
parent09403dd5ede68e020cb2ff17a7958bf5b42979df (diff)
parent07b0a0a56028c5ea9bf3dc4fc3b7fda6e4d97ec9 (diff)
downloaddexon-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.md1
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)