aboutsummaryrefslogtreecommitdiffstats
path: root/docs/bugs_by_version.json
diff options
context:
space:
mode:
authorLeonardo Alt <leo@ethereum.org>2018-07-25 21:53:03 +0800
committerchriseth <chris@ethereum.org>2018-09-11 21:06:28 +0800
commit75e38be05035ecbcb7c77bde53dbc6cbc22e88d4 (patch)
treedfa1495d4a2b80040e17d7a437847f9dda2c66b8 /docs/bugs_by_version.json
parente913b753b9a4bda78f8c47df6b48429391a0fd69 (diff)
downloaddexon-solidity-75e38be05035ecbcb7c77bde53dbc6cbc22e88d4.tar.gz
dexon-solidity-75e38be05035ecbcb7c77bde53dbc6cbc22e88d4.tar.zst
dexon-solidity-75e38be05035ecbcb7c77bde53dbc6cbc22e88d4.zip
Bugfix entry regarding nested arrays returned by library functions
Diffstat (limited to 'docs/bugs_by_version.json')
-rw-r--r--docs/bugs_by_version.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/bugs_by_version.json b/docs/bugs_by_version.json
index 88a480b2..90879db9 100644
--- a/docs/bugs_by_version.json
+++ b/docs/bugs_by_version.json
@@ -384,6 +384,7 @@
"0.4.11": {
"bugs": [
"ExpExponentCleanup",
+ "PublicLibFunctionsDoNotReturnNestedArrays",
"NestedArrayFunctionCallDecoder",
"ZeroFunctionSelector",
"DelegateCallReturnValue",
@@ -395,6 +396,7 @@
"0.4.12": {
"bugs": [
"ExpExponentCleanup",
+ "PublicLibFunctionsDoNotReturnNestedArrays",
"NestedArrayFunctionCallDecoder",
"ZeroFunctionSelector",
"DelegateCallReturnValue",
@@ -405,6 +407,7 @@
"0.4.13": {
"bugs": [
"ExpExponentCleanup",
+ "PublicLibFunctionsDoNotReturnNestedArrays",
"NestedArrayFunctionCallDecoder",
"ZeroFunctionSelector",
"DelegateCallReturnValue",
@@ -415,6 +418,7 @@
"0.4.14": {
"bugs": [
"ExpExponentCleanup",
+ "PublicLibFunctionsDoNotReturnNestedArrays",
"NestedArrayFunctionCallDecoder",
"ZeroFunctionSelector",
"DelegateCallReturnValue"
@@ -424,6 +428,7 @@
"0.4.15": {
"bugs": [
"ExpExponentCleanup",
+ "PublicLibFunctionsDoNotReturnNestedArrays",
"NestedArrayFunctionCallDecoder",
"ZeroFunctionSelector"
],
@@ -432,6 +437,7 @@
"0.4.16": {
"bugs": [
"ExpExponentCleanup",
+ "PublicLibFunctionsDoNotReturnNestedArrays",
"NestedArrayFunctionCallDecoder",
"ZeroFunctionSelector"
],
@@ -441,6 +447,7 @@
"bugs": [
"ExpExponentCleanup",
"EventStructWrongData",
+ "PublicLibFunctionsDoNotReturnNestedArrays",
"NestedArrayFunctionCallDecoder",
"ZeroFunctionSelector"
],
@@ -450,6 +457,7 @@
"bugs": [
"ExpExponentCleanup",
"EventStructWrongData",
+ "PublicLibFunctionsDoNotReturnNestedArrays",
"NestedArrayFunctionCallDecoder"
],
"released": "2017-10-18"
@@ -458,6 +466,7 @@
"bugs": [
"ExpExponentCleanup",
"EventStructWrongData",
+ "PublicLibFunctionsDoNotReturnNestedArrays",
"NestedArrayFunctionCallDecoder"
],
"released": "2017-11-30"
@@ -481,6 +490,7 @@
"bugs": [
"ExpExponentCleanup",
"EventStructWrongData",
+ "PublicLibFunctionsDoNotReturnNestedArrays",
"NestedArrayFunctionCallDecoder"
],
"released": "2018-02-14"
@@ -489,6 +499,7 @@
"bugs": [
"ExpExponentCleanup",
"EventStructWrongData",
+ "PublicLibFunctionsDoNotReturnNestedArrays",
"NestedArrayFunctionCallDecoder"
],
"released": "2018-03-07"