aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2016-09-02 07:16:03 +0800
committerchriseth <c@ethdev.com>2016-09-02 07:17:02 +0800
commita787e705948255e1ff2e1b70c6d8c5160e892fa3 (patch)
treed1877ab948581e27d72d8653d073be4c9f6bb6e2 /Changelog.md
parentb5d941d3d9f32193c7f9094dee20511585508f6a (diff)
downloaddexon-solidity-a787e705948255e1ff2e1b70c6d8c5160e892fa3.tar
dexon-solidity-a787e705948255e1ff2e1b70c6d8c5160e892fa3.tar.gz
dexon-solidity-a787e705948255e1ff2e1b70c6d8c5160e892fa3.tar.bz2
dexon-solidity-a787e705948255e1ff2e1b70c6d8c5160e892fa3.tar.lz
dexon-solidity-a787e705948255e1ff2e1b70c6d8c5160e892fa3.tar.xz
dexon-solidity-a787e705948255e1ff2e1b70c6d8c5160e892fa3.tar.zst
dexon-solidity-a787e705948255e1ff2e1b70c6d8c5160e892fa3.zip
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 25890890..2baed6b4 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -38,6 +38,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.
Lots of changes to the documentation mainly by voluntary external contributors.