updated changelogs

This commit is contained in:
Greg Hysen 2019-07-30 20:55:03 +02:00
parent 7c199d83be
commit 884864cc58
4 changed files with 32 additions and 0 deletions

View File

@ -9,6 +9,11 @@
{ {
"note": "Added tests for decoding log arguments when artifact dependencies are included/excluded.", "note": "Added tests for decoding log arguments when artifact dependencies are included/excluded.",
"pr": 1995 "pr": 1995
},
{
"note": "Added tests for`getABIDecodedTransactionData` and `getABIDecodedReturnData` in contract wrappers.",
"pr": 2018
} }
], ],
"timestamp": 1564604963 "timestamp": 1564604963

View File

@ -1,4 +1,13 @@
[ [
{
"version": "5.2.0",
"changes": [
{
"note": "Updated to include `getABIDecodedTransactionData` and `getABIDecodedReturnData`",
"pr": 2018
}
]
},
{ {
"version": "5.1.0", "version": "5.1.0",
"changes": [ "changes": [

View File

@ -1,4 +1,13 @@
[ [
{
"version": "4.1.0",
"changes": [
{
"note": "Updated expected typescript output for cli tests to include `getABIDecodedTransactionData` and `getABIDecodedReturnData`",
"pr": 2018
}
]
},
{ {
"version": "4.0.0", "version": "4.0.0",
"changes": [ "changes": [

View File

@ -1,4 +1,13 @@
[ [
{
"version": "4.5.0",
"changes": [
{
"note": "updated to include `strictDecode` for decoding method arguments",
"pr": 2018
}
]
},
{ {
"timestamp": 1564604963, "timestamp": 1564604963,
"version": "4.4.2", "version": "4.4.2",