diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-07-01 17:19:58 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-07-03 19:31:56 +0800 |
commit | bfb9d09a65898fae5630fd3968314befa98eab73 (patch) | |
tree | c61f2c01db6483cd46dc296ecf34802d17c2f838 /Changelog.md | |
parent | c6e85b78391fa494ef0721efcaea35637a5ebfb6 (diff) | |
download | dexon-solidity-bfb9d09a65898fae5630fd3968314befa98eab73.tar.gz dexon-solidity-bfb9d09a65898fae5630fd3968314befa98eab73.tar.zst dexon-solidity-bfb9d09a65898fae5630fd3968314befa98eab73.zip |
Remove extra UTF-8 entry
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md index 84d7f9b2..7a414653 100644 --- a/Changelog.md +++ b/Changelog.md @@ -33,7 +33,6 @@ Bugfixes: * Type Checker: Disallow comparisons between mapping and non-internal function types. * Type Checker: Disallow invoking the same modifier multiple times. * Type Checker: Do not treat strings that look like addresses as addresses. - * Type Checker: Make UTF8-validation a bit more sloppy to include more valid sequences. * Type Checker: Support valid, but incorrectly rejected UTF-8 sequences. * Unused variable warnings no longer issued for variables used inside inline assembly. |