aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-07-28 18:05:43 +0800
committerchriseth <chris@ethereum.org>2017-07-28 21:33:00 +0800
commit2cdb5c9e83add0184e51b6cdc03d19f560f4a574 (patch)
treed1863938ab6297f9c0c60f82469878ac5a0079cb /Changelog.md
parentb74118ec57b2316c843961fc3e1dbb2e5eef35dd (diff)
downloaddexon-solidity-2cdb5c9e83add0184e51b6cdc03d19f560f4a574.tar
dexon-solidity-2cdb5c9e83add0184e51b6cdc03d19f560f4a574.tar.gz
dexon-solidity-2cdb5c9e83add0184e51b6cdc03d19f560f4a574.tar.bz2
dexon-solidity-2cdb5c9e83add0184e51b6cdc03d19f560f4a574.tar.lz
dexon-solidity-2cdb5c9e83add0184e51b6cdc03d19f560f4a574.tar.xz
dexon-solidity-2cdb5c9e83add0184e51b6cdc03d19f560f4a574.tar.zst
dexon-solidity-2cdb5c9e83add0184e51b6cdc03d19f560f4a574.zip
Changelog and bug list 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 cedb5859..6bf998b5 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -13,6 +13,7 @@ Features:
* Type checker: Warn when existing symbols, including builtins, are overwritten.
Bugfixes:
+ * Code Generator: Properly clear return memory area for ecrecover.
* Type Checker: Fix crash for some assignment to non-lvalue.
* Type Checker: Fix invalid "specify storage keyword" warning for reference members of structs.
* Type Checker: Mark modifiers as internal.