aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2016-09-06 18:52:31 +0800
committerGitHub <noreply@github.com>2016-09-06 18:52:31 +0800
commit71a4074ad03845e9651fe80fd16337958f847dc9 (patch)
tree75cd1677a2b94208c59d1c1fd6632459bcbb52e3 /Changelog.md
parentf687635e4743a1e12d01fb082a4f8a76a759ab48 (diff)
parent8c315a18c9ed7ad8b1fdec53d21e425137e89079 (diff)
downloaddexon-solidity-71a4074ad03845e9651fe80fd16337958f847dc9.tar.gz
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.md1
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.