diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-08-07 19:47:37 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-07 19:47:37 +0800 |
commit | 21ceac090adce9a936c217cc68584ae2964acd72 (patch) | |
tree | 08cde608a9bc25d1a9bb19ff9751ddb5e2da1648 /Changelog.md | |
parent | c6278fbae1e1dac33ebfad7e8d42e071c9e78914 (diff) | |
parent | fba7b7c204de14605432ef9669c737eb833cac13 (diff) | |
download | dexon-solidity-21ceac090adce9a936c217cc68584ae2964acd72.tar dexon-solidity-21ceac090adce9a936c217cc68584ae2964acd72.tar.gz dexon-solidity-21ceac090adce9a936c217cc68584ae2964acd72.tar.bz2 dexon-solidity-21ceac090adce9a936c217cc68584ae2964acd72.tar.lz dexon-solidity-21ceac090adce9a936c217cc68584ae2964acd72.tar.xz dexon-solidity-21ceac090adce9a936c217cc68584ae2964acd72.tar.zst dexon-solidity-21ceac090adce9a936c217cc68584ae2964acd72.zip |
Merge pull request #4592 from asifmallik/fixBackslashBugFinal
Fix backslash bug
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 18944408..b82c3f00 100644 --- a/Changelog.md +++ b/Changelog.md @@ -79,6 +79,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. |