From e1bb6848976c7a54baa19e3e61f9aeeb58f55f5a Mon Sep 17 00:00:00 2001 From: Leonardo Alt Date: Wed, 25 Jul 2018 15:53:03 +0200 Subject: Bugfix entry regarding nested arrays returned by library functions --- docs/bugs_by_version.json | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) (limited to 'docs/bugs_by_version.json') diff --git a/docs/bugs_by_version.json b/docs/bugs_by_version.json index 2fe1d226..07ce57fd 100644 --- a/docs/bugs_by_version.json +++ b/docs/bugs_by_version.json @@ -345,6 +345,7 @@ }, "0.4.11": { "bugs": [ + "PublicLibFunctionsDoNotReturnNestedArrays", "ZeroFunctionSelector", "DelegateCallReturnValue", "ECRecoverMalformedInput", @@ -354,6 +355,7 @@ }, "0.4.12": { "bugs": [ + "PublicLibFunctionsDoNotReturnNestedArrays", "ZeroFunctionSelector", "DelegateCallReturnValue", "ECRecoverMalformedInput" @@ -362,6 +364,7 @@ }, "0.4.13": { "bugs": [ + "PublicLibFunctionsDoNotReturnNestedArrays", "ZeroFunctionSelector", "DelegateCallReturnValue", "ECRecoverMalformedInput" @@ -370,6 +373,7 @@ }, "0.4.14": { "bugs": [ + "PublicLibFunctionsDoNotReturnNestedArrays", "ZeroFunctionSelector", "DelegateCallReturnValue" ], @@ -377,28 +381,35 @@ }, "0.4.15": { "bugs": [ + "PublicLibFunctionsDoNotReturnNestedArrays", "ZeroFunctionSelector" ], "released": "2017-08-08" }, "0.4.16": { "bugs": [ + "PublicLibFunctionsDoNotReturnNestedArrays", "ZeroFunctionSelector" ], "released": "2017-08-24" }, "0.4.17": { "bugs": [ + "PublicLibFunctionsDoNotReturnNestedArrays", "ZeroFunctionSelector" ], "released": "2017-09-21" }, "0.4.18": { - "bugs": [], + "bugs": [ + "PublicLibFunctionsDoNotReturnNestedArrays" + ], "released": "2017-10-18" }, "0.4.19": { - "bugs": [], + "bugs": [ + "PublicLibFunctionsDoNotReturnNestedArrays" + ], "released": "2017-11-30" }, "0.4.2": { @@ -415,11 +426,15 @@ "released": "2016-09-17" }, "0.4.20": { - "bugs": [], + "bugs": [ + "PublicLibFunctionsDoNotReturnNestedArrays" + ], "released": "2018-02-14" }, "0.4.21": { - "bugs": [], + "bugs": [ + "PublicLibFunctionsDoNotReturnNestedArrays" + ], "released": "2018-03-07" }, "0.4.22": { -- cgit