aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-06-22 22:43:25 +0800
committerchriseth <chris@ethereum.org>2017-06-22 22:48:44 +0800
commitc33d818a6835b247f41e0e003b3c063329bff862 (patch)
treee430d3b1fdaa91faac58263eb31ce7e2af119f95 /Changelog.md
parentf340ff87645a4b1026bbe7f95ad4f63a955a87a2 (diff)
downloaddexon-solidity-c33d818a6835b247f41e0e003b3c063329bff862.tar
dexon-solidity-c33d818a6835b247f41e0e003b3c063329bff862.tar.gz
dexon-solidity-c33d818a6835b247f41e0e003b3c063329bff862.tar.bz2
dexon-solidity-c33d818a6835b247f41e0e003b3c063329bff862.tar.lz
dexon-solidity-c33d818a6835b247f41e0e003b3c063329bff862.tar.xz
dexon-solidity-c33d818a6835b247f41e0e003b3c063329bff862.tar.zst
dexon-solidity-c33d818a6835b247f41e0e003b3c063329bff862.zip
Changelog entry.
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 0fb2fe5c..4753714b 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -13,6 +13,7 @@ Features:
Bugfixes:
* 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.
* Fixed crash concerning non-callable types.
* Unused variable warnings no longer issued for variables used inside inline assembly.
* Inline Assembly: Enforce function arguments when parsing functional instructions.