aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAsif Mallik <asif.mallik1@gmail.com>2018-07-27 14:49:51 +0800
committerchriseth <chris@ethereum.org>2018-08-07 00:17:56 +0800
commitfba7b7c204de14605432ef9669c737eb833cac13 (patch)
tree054c0bd3a5808c60ee7c1833de896a27cefbf57d /Changelog.md
parent7c9bfb62f9047f6ed18b095ba756ffe2511f0ec8 (diff)
downloaddexon-solidity-fba7b7c204de14605432ef9669c737eb833cac13.tar
dexon-solidity-fba7b7c204de14605432ef9669c737eb833cac13.tar.gz
dexon-solidity-fba7b7c204de14605432ef9669c737eb833cac13.tar.bz2
dexon-solidity-fba7b7c204de14605432ef9669c737eb833cac13.tar.lz
dexon-solidity-fba7b7c204de14605432ef9669c737eb833cac13.tar.xz
dexon-solidity-fba7b7c204de14605432ef9669c737eb833cac13.tar.zst
dexon-solidity-fba7b7c204de14605432ef9669c737eb833cac13.zip
Fix backslash bug
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 1cc2ee4a..de867b70 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -77,6 +77,7 @@ Compiler Features:
Bugfixes:
* Tests: Fix chain parameters to make ipc tests work with newer versions of cpp-ethereum.
* Code Generator: Fix allocation of byte arrays (zeroed out too much memory).
+ * Commandline Interface: Correctly handle paths with backslashes on windows.
* Fix NatSpec json output for `@notice` and `@dev` tags on contract definitions.
* References Resolver: Enforce ``storage`` as data location for mappings.
* References Resolver: Report error instead of assertion fail when FunctionType has an undeclared type as parameter.