Update changelogs.

This commit is contained in:
Lawrence Forman
2019-10-31 10:32:22 -04:00
parent 0f3610c92a
commit 0c064bf85b
3 changed files with 19 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
[
{
"version": "3.1.0-beta.1",
"changes": [
{
"note": "Use `LibERC20Token` in `MixinAssets`",

View File

@@ -1,4 +1,13 @@
[
{
"version": "3.3.0-beta.1",
"changes": [
{
"note": "Create `LibERC20Token`",
"pr": 2309
}
]
},
{
"version": "3.3.0-beta.0",
"changes": [
@@ -73,10 +82,6 @@
{
"note": "Replaced `SafeMath` with `LibSafeMath`",
"pr": 2254
},
{
"note": "Create `LibERC20Token`",
"pr": 2309
}
],
"timestamp": 1570135330

View File

@@ -1,4 +1,13 @@
[
{
"version": "8.5.0-beta.1",
"changes": [
{
"note": "Remove `TransferFailedError` from `ForwarderRevertErrors`.",
"pr": 2309
}
]
},
{
"version": "8.5.0-beta.0",
"changes": [