Updated CHANGELOGS & MD docs

This commit is contained in:
Github Actions 2022-01-31 18:24:44 +00:00
parent c57bf86273
commit 3e3e82d3f7
2 changed files with 6 additions and 1 deletions

View File

@ -6,7 +6,8 @@
"note": "Fix ABI encoding error with two hop buys due to applying slippage to uint(-1) values", "note": "Fix ABI encoding error with two hop buys due to applying slippage to uint(-1) values",
"pr": 410 "pr": 410
} }
] ],
"timestamp": 1643653482
}, },
{ {
"version": "16.49.1", "version": "16.49.1",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v16.49.2 - _January 31, 2022_
* Fix ABI encoding error with two hop buys due to applying slippage to uint(-1) values (#410)
## v16.49.1 - _January 31, 2022_ ## v16.49.1 - _January 31, 2022_
* Fix WorstCaseQuoteInfo encoding bug (#402) * Fix WorstCaseQuoteInfo encoding bug (#402)