diff options
author | chriseth <chris@ethereum.org> | 2017-06-22 23:10:38 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2017-06-28 17:41:03 +0800 |
commit | a895f2dccb7f0dc22a01bd97fbf15e568deb38b0 (patch) | |
tree | a85da4688a47952f3234a77179856e868caf80e4 /Changelog.md | |
parent | 070a241899499b27fa18e3913bb0941f828b859a (diff) | |
download | dexon-solidity-a895f2dccb7f0dc22a01bd97fbf15e568deb38b0.tar dexon-solidity-a895f2dccb7f0dc22a01bd97fbf15e568deb38b0.tar.gz dexon-solidity-a895f2dccb7f0dc22a01bd97fbf15e568deb38b0.tar.bz2 dexon-solidity-a895f2dccb7f0dc22a01bd97fbf15e568deb38b0.tar.lz dexon-solidity-a895f2dccb7f0dc22a01bd97fbf15e568deb38b0.tar.xz dexon-solidity-a895f2dccb7f0dc22a01bd97fbf15e568deb38b0.tar.zst dexon-solidity-a895f2dccb7f0dc22a01bd97fbf15e568deb38b0.zip |
Changelog entry.
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 3d8701ca..c12afcd2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,6 +5,7 @@ Features: * Assembly: Display auxiliary data in the assembly output. * Assembly: Add ``CREATE2`` (EIP86), ``STATICCALL`` (EIP214), ``RETURNDATASIZE`` and ``RETURNDATACOPY`` (EIP211) instructions. * AST: export all attributes to JSON format. + * Type Checker: Warn about type inference from literal numbers. * C API (``jsonCompiler``): Use the Standard JSON I/O internally. * Inline Assembly: Present proper error message when not supplying enough arguments to a functional instruction. |