diff options
author | chriseth <c@ethdev.com> | 2016-10-20 19:25:20 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-10-24 20:33:44 +0800 |
commit | 57ee3877552372f120de688074451e9b6784d63b (patch) | |
tree | 00ce51ea0dc0c27739bd8a9d5d92ac3a51cfe372 | |
parent | 2b00804d1df00fbd6ce26a9e34e8d2f24107988c (diff) | |
download | dexon-solidity-57ee3877552372f120de688074451e9b6784d63b.tar dexon-solidity-57ee3877552372f120de688074451e9b6784d63b.tar.gz dexon-solidity-57ee3877552372f120de688074451e9b6784d63b.tar.bz2 dexon-solidity-57ee3877552372f120de688074451e9b6784d63b.tar.lz dexon-solidity-57ee3877552372f120de688074451e9b6784d63b.tar.xz dexon-solidity-57ee3877552372f120de688074451e9b6784d63b.tar.zst dexon-solidity-57ee3877552372f120de688074451e9b6784d63b.zip |
Changelog entry.
-rw-r--r-- | Changelog.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Changelog.md b/Changelog.md index a6a2f2dd..44f3183b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -9,17 +9,17 @@ Features: * Support shifting constant numbers. Bugfixes: - * Optimizer: fix related to stale knowledge about SHA3 operations - * 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. - * Allow inheritance of ``enum`` definitions. + * Commandline interface: Disallow unknown options in ``solc``. + * Name resolver: Allow inheritance of ``enum`` definitions. + * 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. * 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.) are properly detected as unusable. * Inline assembly: support variables within modifiers. + * Optimizer: fix related to stale knowledge about SHA3 operations ### 0.4.2 (2016-09-17) |