diff options
author | chriseth <c@ethdev.com> | 2017-01-25 00:38:06 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2017-01-25 06:37:48 +0800 |
commit | 1316bb75651ea365c5246277d2dfd3d366be9070 (patch) | |
tree | 8c46bf1a45ca85bcd1da2d8ef8b2556e22cf5634 /Changelog.md | |
parent | ba9a04500217e301bec63cab4e0c0f1d9322646d (diff) | |
download | dexon-solidity-1316bb75651ea365c5246277d2dfd3d366be9070.tar.gz dexon-solidity-1316bb75651ea365c5246277d2dfd3d366be9070.tar.zst dexon-solidity-1316bb75651ea365c5246277d2dfd3d366be9070.zip |
Warn about invalid checksums of addresses.
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 7dd607d8..a14e9ec8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,6 +5,7 @@ Features: * Compiler interface: Report source location for "stack too deep" errors. * AST: Use deterministic node identifiers. * Type system: Introduce type identifier strings. + * Type checker: Warn about invalid checksum for addresses and deduce type from valid ones. * Metadata: Do not include platform in the version number. * Code generator: Extract array utils into low-level functions. |