diff options
author | chriseth <chris@ethereum.org> | 2017-04-21 00:03:47 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-21 00:03:47 +0800 |
commit | 6468955fb1337f0f3d8eb4f35004d78179b8d7b8 (patch) | |
tree | 6b020efbafd4f806098203a46b673060c95902e7 /Changelog.md | |
parent | 3cacea74c9589b70fffd0ec620c21043742ceb26 (diff) | |
parent | 8bf842050e83c33ad08789219ea62b8ace33de88 (diff) | |
download | dexon-solidity-6468955fb1337f0f3d8eb4f35004d78179b8d7b8.tar dexon-solidity-6468955fb1337f0f3d8eb4f35004d78179b8d7b8.tar.gz dexon-solidity-6468955fb1337f0f3d8eb4f35004d78179b8d7b8.tar.bz2 dexon-solidity-6468955fb1337f0f3d8eb4f35004d78179b8d7b8.tar.lz dexon-solidity-6468955fb1337f0f3d8eb4f35004d78179b8d7b8.tar.xz dexon-solidity-6468955fb1337f0f3d8eb4f35004d78179b8d7b8.tar.zst dexon-solidity-6468955fb1337f0f3d8eb4f35004d78179b8d7b8.zip |
Merge pull request #2133 from ethereum/allow-path
Support --allow-path in the CLI
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 7142655b..cd985917 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,8 @@ Features: * Support ``interface`` contracts. + * Commandline interface: Support ``--allow-paths`` to define trusted import paths. Note: the + path(s) of the supplied source file(s) is always trusted. Bugfixes: * Type system: Contract inheriting from base with unimplemented constructor should be abstract. |