aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-06-23 00:46:15 +0800
committerGitHub <noreply@github.com>2017-06-23 00:46:15 +0800
commitbffb8c404f0df22c4da7cdc2a8affcbb77377582 (patch)
tree04d461c2159cfd73c9898f3072f85b46be97b969 /Changelog.md
parentce069e9c1e510ce8a1073e3d6ef0814300c5af41 (diff)
parent0f8ad1d68f60270fb22057e787ff689318c31fa9 (diff)
downloaddexon-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.md1
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)