diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2016-10-21 15:48:23 +0800 |
---|---|---|
committer | Yoichi Hirai <i@yoichihirai.com> | 2016-10-21 19:01:45 +0800 |
commit | f30f421e1c4fffa54b824613c1040f2a1a845ad0 (patch) | |
tree | cc4afd4d2b1c765c068a2a3e02fc2cd73c92a110 | |
parent | 83e8fdecc545744f894d9f3b71647aafba1579b3 (diff) | |
download | dexon-solidity-f30f421e1c4fffa54b824613c1040f2a1a845ad0.tar.gz dexon-solidity-f30f421e1c4fffa54b824613c1040f2a1a845ad0.tar.zst dexon-solidity-f30f421e1c4fffa54b824613c1040f2a1a845ad0.zip |
Changelog: add a point about #1243
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index a6503c32..22db4f95 100644 --- a/Changelog.md +++ b/Changelog.md @@ -12,6 +12,7 @@ Bugfixes: * Disallow unknown options in ``solc``. * Proper type checking for bound functions. * Code Generator: expect zero stack increase after `super` as an expression. + * 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.) |