diff options
-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. |