aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlexander Arlt <alexander.arlt@arlt-labs.com>2018-02-14 04:40:16 +0800
committerAlexander Arlt <alexander.arlt@arlt-labs.com>2018-02-17 01:44:46 +0800
commit1d4547ab037db2f21fcb31219ae28a1d295ab270 (patch)
tree59d3cb61d7b4e470960eb87aa946fb6e24062b3c /Changelog.md
parent3f7e82d00ba6b0a9c1e7644b8613aa2126498893 (diff)
downloaddexon-solidity-1d4547ab037db2f21fcb31219ae28a1d295ab270.tar.gz
dexon-solidity-1d4547ab037db2f21fcb31219ae28a1d295ab270.tar.zst
dexon-solidity-1d4547ab037db2f21fcb31219ae28a1d295ab270.zip
Minor improvement: check sources
- returns error, if "sources" is an array, an empty object or not defined - Added new test-cases in test/libsolidity/StandardCompiler.cpp
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md
index d4e91c26..c856839e 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -6,7 +6,7 @@ Features:
Bugfixes:
-
+ * Standard JSON: catch errors properly when invalid "sources" are passed
### 0.4.20 (2018-02-14)