aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-09-06 22:59:53 +0800
committerchriseth <chris@ethereum.org>2018-09-07 00:28:16 +0800
commit99022216cd19ecb777bf20c4bfff6fd12395c12e (patch)
treee38ec6b44b975ca32234249ee2ef34ae139aab0f
parent409b20f204df74b24d77d9d88ea0fc9436c58d61 (diff)
downloaddexon-solidity-99022216cd19ecb777bf20c4bfff6fd12395c12e.tar
dexon-solidity-99022216cd19ecb777bf20c4bfff6fd12395c12e.tar.gz
dexon-solidity-99022216cd19ecb777bf20c4bfff6fd12395c12e.tar.bz2
dexon-solidity-99022216cd19ecb777bf20c4bfff6fd12395c12e.tar.lz
dexon-solidity-99022216cd19ecb777bf20c4bfff6fd12395c12e.tar.xz
dexon-solidity-99022216cd19ecb777bf20c4bfff6fd12395c12e.tar.zst
dexon-solidity-99022216cd19ecb777bf20c4bfff6fd12395c12e.zip
Change "fixed" date.
-rw-r--r--docs/bugs.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/bugs.json b/docs/bugs.json
index 8eae2af3..423c314d 100644
--- a/docs/bugs.json
+++ b/docs/bugs.json
@@ -4,7 +4,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"
},
{