diff options
author | chriseth <chris@ethereum.org> | 2017-06-16 22:40:54 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2017-06-16 22:41:41 +0800 |
commit | c1f5016e16a29e3ce4bfe86dde2b42c3704d54c0 (patch) | |
tree | 4ec51d834bc48e27975f6c39690b957a0d7d6949 | |
parent | d7e63f23decdaf83aa4872a6e0b2754a3d69d4a6 (diff) | |
download | dexon-solidity-c1f5016e16a29e3ce4bfe86dde2b42c3704d54c0.tar.gz dexon-solidity-c1f5016e16a29e3ce4bfe86dde2b42c3704d54c0.tar.zst dexon-solidity-c1f5016e16a29e3ce4bfe86dde2b42c3704d54c0.zip |
Changelog entry.
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index b2e080a0..de65421a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -10,6 +10,7 @@ Features: * Inline Assembly: introduce ``keccak256`` as an opcode. ``sha3`` is still a valid alias. Bugfixes: + * Type Checker: Make UTF8-validation a bit more sloppy to include more valid sequences. * Fixed crash concerning non-callable types. * Unused variable warnings no longer issued for variables used inside inline assembly. * Inline Assembly: Enforce function arguments when parsing functional instructions. |