aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-04-21 00:03:47 +0800
committerGitHub <noreply@github.com>2017-04-21 00:03:47 +0800
commit6468955fb1337f0f3d8eb4f35004d78179b8d7b8 (patch)
tree6b020efbafd4f806098203a46b673060c95902e7 /Changelog.md
parent3cacea74c9589b70fffd0ec620c21043742ceb26 (diff)
parent8bf842050e83c33ad08789219ea62b8ace33de88 (diff)
downloaddexon-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.md2
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.