Remove extra UTF-8 entry

This commit is contained in:
Alex Beregszaszi 2017-07-01 10:19:58 +01:00
parent c6e85b7839
commit bfb9d09a65

View File

@ -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.