aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAnthony Broad-Crawford <abc@abc.local>2018-03-16 23:52:04 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2018-03-28 17:25:43 +0800
commit8a18f22b878b86fff8e2f49a99397320180d4b22 (patch)
treecb6a57d921d7dd45fd78ab4f5a51e71ee1ff0c28 /Changelog.md
parent3bb54e8bd5ea75bd52d2eca43fd438f8e894a2de (diff)
downloaddexon-solidity-8a18f22b878b86fff8e2f49a99397320180d4b22.tar.gz
dexon-solidity-8a18f22b878b86fff8e2f49a99397320180d4b22.tar.zst
dexon-solidity-8a18f22b878b86fff8e2f49a99397320180d4b22.zip
Support for error on non-existant or irregular files with command line option to ignore
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 5cd4c2f8..a20a9a98 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,6 +1,7 @@
### 0.4.22 (unreleased)
Features:
+ * Commandline interface: Error when missing or inaccessible file detected. Suppress it with the ``--ignore-missing`` flag.
* General: Support accessing dynamic return data in post-byzantium EVMs.
* Interfaces: Allow overriding external functions in interfaces with public in an implementing contract.