diff options
author | chriseth <chris@ethereum.org> | 2018-09-14 04:53:40 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-09-14 04:54:57 +0800 |
commit | 300ac9878f7dc386463f2d6a821bea99196599ca (patch) | |
tree | 73447fddf723cb4e815d81e67378542670f4c227 /docs | |
parent | 8b089cc849b534e45edeccb2abcf86b02bb43002 (diff) | |
parent | 59dbf8f1085b8b92e8b7eb0ce380cbeb642e97eb (diff) | |
download | dexon-solidity-300ac9878f7dc386463f2d6a821bea99196599ca.tar.gz dexon-solidity-300ac9878f7dc386463f2d6a821bea99196599ca.tar.zst dexon-solidity-300ac9878f7dc386463f2d6a821bea99196599ca.zip |
Merge branch 'release' into develop.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/bugs.json | 2 | ||||
-rw-r--r-- | docs/bugs_by_version.json | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/docs/bugs.json b/docs/bugs.json index 980b3897..28c0fe62 100644 --- a/docs/bugs.json +++ b/docs/bugs.json @@ -12,7 +12,7 @@ "summary": "Using structs in events logged wrong data.", "description": "If a struct is used in an event, the address of the struct is logged instead of the actual data.", "introduced": "0.4.17", - "fixed": "0.5.0", + "fixed": "0.4.25", "severity": "very low", "check": {"ast-compact-json-path": "$..[?(@.nodeType === 'EventDefinition')]..[?(@.nodeType === 'UserDefinedTypeName' && @.typeDescriptions.typeString.startsWith('struct'))]"} }, diff --git a/docs/bugs_by_version.json b/docs/bugs_by_version.json index 96cc3c5c..0318ac89 100644 --- a/docs/bugs_by_version.json +++ b/docs/bugs_by_version.json @@ -515,6 +515,10 @@ ], "released": "2018-05-16" }, + "0.4.25": { + "bugs": [], + "released": "2018-09-12" + }, "0.4.3": { "bugs": [ "ExpExponentCleanup", |