aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorYoichi Hirai <i@yoichihirai.com>2016-10-21 16:21:21 +0800
committerYoichi Hirai <i@yoichihirai.com>2016-10-24 21:30:32 +0800
commitabf393126ba7e5da7871dc87276f36af6568f4fd (patch)
tree32ea18d6dc4037c98f81cfdafa7066613c878dea /Changelog.md
parent7cee39fc17a94bb14ccf60dee6209162e21a7b97 (diff)
downloaddexon-solidity-abf393126ba7e5da7871dc87276f36af6568f4fd.tar.gz
dexon-solidity-abf393126ba7e5da7871dc87276f36af6568f4fd.tar.zst
dexon-solidity-abf393126ba7e5da7871dc87276f36af6568f4fd.zip
Changelog: add a comment about fixing #1116
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 44f3183b..833c617d 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -14,6 +14,7 @@ Bugfixes:
* Type checker: Proper type checking for bound functions.
* Type checker: fix crash related to invalid fixed point constants
* Code generator: expect zero stack increase after ``super`` as an expression.
+ * Code Generator: fixed an internal compiler error for ``L.Foo`` for ``enum Foo`` defined in library ``L``.
* Inline assembly: support the ``address`` opcode.
* Inline assembly: fix parsing of assignment after a label.
* Inline assembly: external variables of unsupported type (such as ``this``, ``super``, etc.)