Updated CHANGELOGS & MD docs

This commit is contained in:
xianny
2020-07-14 21:47:59 -07:00
parent 762e0aec2d
commit 9d3755db36
97 changed files with 2348 additions and 1559 deletions

View File

@@ -10,7 +10,8 @@
"note": "Add `BalancerBridge`",
"pr": 2613
}
]
],
"timestamp": 1594788383
},
{
"version": "3.3.0",

View File

@@ -5,6 +5,11 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.4.0 - _July 15, 2020_
* Fix instability with DFB. (#2616)
* Add `BalancerBridge` (#2613)
## v3.3.0 - _June 24, 2020_
* Use `LibERC20Token.approveIfBelow()` in DEX bridges for for approvals. (#2512)