diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-06-23 05:33:06 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-23 05:33:06 +0800 |
commit | 79ed529b3fc9fb03460ad3c8e6f1cb05434358b4 (patch) | |
tree | 9b42cc52e5861c13f6759587c875e5142def4d25 /Changelog.md | |
parent | 08a5d144ace9392b31a33fd2f051feb7777b93be (diff) | |
parent | 7ec9b70457fb8f7eb457aa7a0199ce099c08824c (diff) | |
download | dexon-solidity-79ed529b3fc9fb03460ad3c8e6f1cb05434358b4.tar.gz dexon-solidity-79ed529b3fc9fb03460ad3c8e6f1cb05434358b4.tar.zst dexon-solidity-79ed529b3fc9fb03460ad3c8e6f1cb05434358b4.zip |
Merge pull request #2452 from ethereum/fixPassingEmptyString
Fix passing empty string
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 fdba5a46..6f0d76d6 100644 --- a/Changelog.md +++ b/Changelog.md @@ -16,6 +16,7 @@ Bugfixes: * Type Checker: Make UTF8-validation a bit more sloppy to include more valid sequences. * Fixed crash concerning non-callable types. * Unused variable warnings no longer issued for variables used inside inline assembly. + * Code Generator: Fix ABI encoding of empty literal string. * Inline Assembly: Enforce function arguments when parsing functional instructions. * Fixed segfault with constant function parameters |