diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-01-26 22:42:34 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-26 22:42:34 +0800 |
commit | 102fd7ee5daeb7d7a7bb1254cf0ce71a23ad1220 (patch) | |
tree | 0ad00aad0ed6e5dfb382b4a7443772319ec15d34 /Changelog.md | |
parent | 024061b8280d51a11d91dc3347603c9281224705 (diff) | |
parent | f610ba77a493f8a6f270c72222d34eedfb183722 (diff) | |
download | dexon-solidity-102fd7ee5daeb7d7a7bb1254cf0ce71a23ad1220.tar dexon-solidity-102fd7ee5daeb7d7a7bb1254cf0ce71a23ad1220.tar.gz dexon-solidity-102fd7ee5daeb7d7a7bb1254cf0ce71a23ad1220.tar.bz2 dexon-solidity-102fd7ee5daeb7d7a7bb1254cf0ce71a23ad1220.tar.lz dexon-solidity-102fd7ee5daeb7d7a7bb1254cf0ce71a23ad1220.tar.xz dexon-solidity-102fd7ee5daeb7d7a7bb1254cf0ce71a23ad1220.tar.zst dexon-solidity-102fd7ee5daeb7d7a7bb1254cf0ce71a23ad1220.zip |
Merge pull request #1604 from ethereum/checksums
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 a8b66abc..71a1e096 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. * Metadata: Add option to store sources as literal content. * Code generator: Extract array utils into low-level functions. |