diff options
author | Anthony Broad-Crawford <abc@abc.local> | 2018-03-16 23:52:04 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2018-03-28 17:25:43 +0800 |
commit | 8a18f22b878b86fff8e2f49a99397320180d4b22 (patch) | |
tree | cb6a57d921d7dd45fd78ab4f5a51e71ee1ff0c28 /Changelog.md | |
parent | 3bb54e8bd5ea75bd52d2eca43fd438f8e894a2de (diff) | |
download | dexon-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.md | 1 |
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. |