diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-07-03 19:34:13 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-07-03 19:34:13 +0800 |
commit | 540ff30f2c508c57fe840fa22a9d548e7b8c5013 (patch) | |
tree | 2c0a3a89079faac4795ed94b737c225d33c3d6a0 | |
parent | bfb9d09a65898fae5630fd3968314befa98eab73 (diff) | |
download | dexon-solidity-540ff30f2c508c57fe840fa22a9d548e7b8c5013.tar.gz dexon-solidity-540ff30f2c508c57fe840fa22a9d548e7b8c5013.tar.zst dexon-solidity-540ff30f2c508c57fe840fa22a9d548e7b8c5013.zip |
Add component to the changelog entries
-rw-r--r-- | Changelog.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Changelog.md b/Changelog.md index 7a414653..8ae7c2bf 100644 --- a/Changelog.md +++ b/Changelog.md @@ -25,11 +25,11 @@ Bugfixes: * Code Generator: Fix ABI encoding of empty literal string. * Code Generator: Fix negative stack size checks. * Code generator: Use ``REVERT`` instead of ``INVALID`` for generated input validation routines. - * Fixed crash concerning non-callable types. - * Fixed segfault with constant function parameters * Inline Assembly: Enforce function arguments when parsing functional instructions. * Optimizer: Disallow optimizations involving ``MLOAD`` because it changes ``MSIZE``. * Type Checker: Fix address literals not being treated as compile-time constants. + * Type Checker: Fixed crash concerning non-callable types. + * Type Checker: Fixed segfault with constant function parameters * Type Checker: Disallow comparisons between mapping and non-internal function types. * Type Checker: Disallow invoking the same modifier multiple times. * Type Checker: Do not treat strings that look like addresses as addresses. |