diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2016-10-22 02:18:19 +0800 |
---|---|---|
committer | Yoichi Hirai <i@yoichihirai.com> | 2016-10-24 22:34:52 +0800 |
commit | 44305aeaf89570f5b6d820c311c477bafcfef771 (patch) | |
tree | 743b98097839c8215cc44c48377c89912fc10d24 | |
parent | 5245a3cf744260be3b4b02bed56759ed89ffc89a (diff) | |
download | dexon-solidity-44305aeaf89570f5b6d820c311c477bafcfef771.tar dexon-solidity-44305aeaf89570f5b6d820c311c477bafcfef771.tar.gz dexon-solidity-44305aeaf89570f5b6d820c311c477bafcfef771.tar.bz2 dexon-solidity-44305aeaf89570f5b6d820c311c477bafcfef771.tar.lz dexon-solidity-44305aeaf89570f5b6d820c311c477bafcfef771.tar.xz dexon-solidity-44305aeaf89570f5b6d820c311c477bafcfef771.tar.zst dexon-solidity-44305aeaf89570f5b6d820c311c477bafcfef771.zip |
Changelog: add a point about fixing #988
-rw-r--r-- | Changelog.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md index 833c617d..bbebfd43 100644 --- a/Changelog.md +++ b/Changelog.md @@ -14,7 +14,8 @@ 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``. + * Code Generator: fix an internal compiler error for ``L.Foo`` for ``enum Foo`` defined in library ``L``. + * Code generator: allow inheritance of ``enum`` definitions. * 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.) |