diff options
author | chriseth <chris@ethereum.org> | 2016-09-06 18:52:31 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-06 18:52:31 +0800 |
commit | 71a4074ad03845e9651fe80fd16337958f847dc9 (patch) | |
tree | 75cd1677a2b94208c59d1c1fd6632459bcbb52e3 /Changelog.md | |
parent | f687635e4743a1e12d01fb082a4f8a76a759ab48 (diff) | |
parent | 8c315a18c9ed7ad8b1fdec53d21e425137e89079 (diff) | |
download | dexon-solidity-71a4074ad03845e9651fe80fd16337958f847dc9.tar dexon-solidity-71a4074ad03845e9651fe80fd16337958f847dc9.tar.gz dexon-solidity-71a4074ad03845e9651fe80fd16337958f847dc9.tar.bz2 dexon-solidity-71a4074ad03845e9651fe80fd16337958f847dc9.tar.lz dexon-solidity-71a4074ad03845e9651fe80fd16337958f847dc9.tar.xz dexon-solidity-71a4074ad03845e9651fe80fd16337958f847dc9.tar.zst dexon-solidity-71a4074ad03845e9651fe80fd16337958f847dc9.zip |
Merge pull request #997 from chriseth/linkingwithunderscores
Fix linking for libraries with underscores.
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 27f88cd2..216b5cf4 100644 --- a/Changelog.md +++ b/Changelog.md @@ -40,6 +40,7 @@ Bugfixes: * JSON AST: nodes were added at wrong parent * Why3 translator: crash fix for exponentiation + * Commandline Interface: linking libraries with underscores in their name. * Type Checker: Fallback function cannot return data anymore. * Code Generator: Fix crash when sha3() was used on unsupported types. |