aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-06-17 00:13:18 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-06-26 19:58:21 +0800
commit569e0c53f276eccbd9452988910aa8f3b4bcf13f (patch)
tree4d3819d6c1b50d44d65d5a61abfcd0dd19976411 /Changelog.md
parent751ba701bca0fbcae6d74cfdc23a4ac4a1c3dfab (diff)
downloaddexon-solidity-569e0c53f276eccbd9452988910aa8f3b4bcf13f.tar
dexon-solidity-569e0c53f276eccbd9452988910aa8f3b4bcf13f.tar.gz
dexon-solidity-569e0c53f276eccbd9452988910aa8f3b4bcf13f.tar.bz2
dexon-solidity-569e0c53f276eccbd9452988910aa8f3b4bcf13f.tar.lz
dexon-solidity-569e0c53f276eccbd9452988910aa8f3b4bcf13f.tar.xz
dexon-solidity-569e0c53f276eccbd9452988910aa8f3b4bcf13f.tar.zst
dexon-solidity-569e0c53f276eccbd9452988910aa8f3b4bcf13f.zip
Implement strict UTF-8 validation
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md
index cfedf1fc..5f4ec10b 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -13,13 +13,14 @@ Features:
* Inline Assembly: function definitions and function calls.
* Code Generator: Added the Whiskers template system.
* Remove obsolete Why3 output.
+ * Type Checker: Enforce strict UTF-8 validation.
Bugfixes:
* Code generator: Use ``REVERT`` instead of ``INVALID`` for generated input validation routines.
* Type Checker: Fix address literals not being treated as compile-time constants.
* Type Checker: Disallow invoking the same modifier multiple times.
- * Type Checker: Make UTF8-validation a bit more sloppy to include more valid sequences.
* Type Checker: Do not treat strings that look like addresses as addresses.
+ * Type Checker: Support valid, but incorrectly rejected UTF-8 sequences.
* Fixed crash concerning non-callable types.
* Unused variable warnings no longer issued for variables used inside inline assembly.
* Code Generator: Fix ABI encoding of empty literal string.