diff options
author | chriseth <chris@ethereum.org> | 2017-06-23 00:46:15 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-23 00:46:15 +0800 |
commit | bffb8c404f0df22c4da7cdc2a8affcbb77377582 (patch) | |
tree | 04d461c2159cfd73c9898f3072f85b46be97b969 /Changelog.md | |
parent | ce069e9c1e510ce8a1073e3d6ef0814300c5af41 (diff) | |
parent | 0f8ad1d68f60270fb22057e787ff689318c31fa9 (diff) | |
download | dexon-solidity-bffb8c404f0df22c4da7cdc2a8affcbb77377582.tar.gz dexon-solidity-bffb8c404f0df22c4da7cdc2a8affcbb77377582.tar.zst dexon-solidity-bffb8c404f0df22c4da7cdc2a8affcbb77377582.zip |
Merge pull request #2408 from federicobond/constant-parameters
Fix segmentation fault with constant function parameters
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 0fb2fe5c..4bf85d5f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -16,6 +16,7 @@ Bugfixes: * Fixed crash concerning non-callable types. * Unused variable warnings no longer issued for variables used inside inline assembly. * Inline Assembly: Enforce function arguments when parsing functional instructions. + * Fixed segfault with constant function parameters ### 0.4.11 (2017-05-03) |