aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorDaniel Kirchner <daniel@ekpyron.org>2018-04-05 20:25:14 +0800
committerDaniel Kirchner <daniel@ekpyron.org>2018-04-12 00:52:22 +0800
commitc15cb6cc7ac68e539dd3969e614be52e9a943ec7 (patch)
treecdea8bee96837cffd048c69407a8cdd2e65e4858 /Changelog.md
parentf39f36f2c7f38ecc8c171447de4c65c8cb968640 (diff)
downloaddexon-solidity-c15cb6cc7ac68e539dd3969e614be52e9a943ec7.tar
dexon-solidity-c15cb6cc7ac68e539dd3969e614be52e9a943ec7.tar.gz
dexon-solidity-c15cb6cc7ac68e539dd3969e614be52e9a943ec7.tar.bz2
dexon-solidity-c15cb6cc7ac68e539dd3969e614be52e9a943ec7.tar.lz
dexon-solidity-c15cb6cc7ac68e539dd3969e614be52e9a943ec7.tar.xz
dexon-solidity-c15cb6cc7ac68e539dd3969e614be52e9a943ec7.tar.zst
dexon-solidity-c15cb6cc7ac68e539dd3969e614be52e9a943ec7.zip
Prevent information about file existence outside the allowed paths to leak by mimicing boost::filesystem::weakly_canonical.
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 d6860bdf..c2ef7210 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -20,6 +20,7 @@ Bugfixes:
* Code Generator: Bugfix in modifier lookup in libraries.
* Code Generator: Implement packed encoding of external function types.
* Code Generator: Treat empty base constructor argument list as not provided.
+ * Commandline interface: Fix error messages for imported files that do not exist.
* Commandline interface: Support ``--evm-version constantinople`` properly.
* DocString Parser: Fix error message for empty descriptions.
* Standard JSON: Support ``constantinople`` as ``evmVersion`` properly.