aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoichi Hirai <i@yoichihirai.com>2016-10-20 22:12:21 +0800
committerYoichi Hirai <i@yoichihirai.com>2016-10-20 22:12:21 +0800
commit31ffe01463619ae4bd5fb910b98572ebd9c1a13b (patch)
tree2bfc0c5b426c3c1f066291c136e2d7503b161624
parent7887045a48545038298dbf7790a20a406b93f155 (diff)
downloaddexon-solidity-31ffe01463619ae4bd5fb910b98572ebd9c1a13b.tar.gz
dexon-solidity-31ffe01463619ae4bd5fb910b98572ebd9c1a13b.tar.zst
dexon-solidity-31ffe01463619ae4bd5fb910b98572ebd9c1a13b.zip
Changelog: add an entry about super.x lookup
-rw-r--r--Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 343d8aa7..6358413a 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -10,6 +10,7 @@ Features:
Bugfixes:
* Disallow unknown options in ``solc``.
* Proper type checking for bound functions.
+ * Type Checker: ``super.x`` does not look up ``x`` in the current contract.
* Code Generator: expect zero stack increase after `super` as an expression.
* Inline assembly: support the ``address`` opcode.
* Inline assembly: fix parsing of assignment after a label.