aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-07-01 17:19:58 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-07-03 19:31:56 +0800
commitbfb9d09a65898fae5630fd3968314befa98eab73 (patch)
treec61f2c01db6483cd46dc296ecf34802d17c2f838 /Changelog.md
parentc6e85b78391fa494ef0721efcaea35637a5ebfb6 (diff)
downloaddexon-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.md1
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.