Update changelogs

This commit is contained in:
Lawrence Forman 2019-08-01 15:23:07 -04:00
parent f791cd3a37
commit 8c05a92a1e
3 changed files with 22 additions and 1 deletions

View File

@ -53,7 +53,15 @@
{ {
"note": "Add the constants: `MAX_UINT256`, `ADDRESS_LENGTH`", "note": "Add the constants: `MAX_UINT256`, `ADDRESS_LENGTH`",
"pr": "TODO" "pr": "TODO"
} },
{
"note": "Make `testCombinatoriallyWithReferenceFuncAsync` non-async",
"pr": "TODO"
},
{
"note": "Update `testWithReferenceFuncAsync` to work with `RevertErrors`",
"pr": "TODO"
},
] ]
}, },
{ {

View File

@ -37,6 +37,10 @@
{ {
"note": "Add reference functions for `SafeMath` functions.", "note": "Add reference functions for `SafeMath` functions.",
"pr": "2031" "pr": "2031"
},
{
"note": "Throw a `SafeMathError` in `SafeMath._safeDiv()` when denominator is zero.",
"pr": "2031"
} }
] ]
}, },

View File

@ -1,4 +1,13 @@
[ [
{
"version": "4.5.0",
"changes": [
{
"note": "Add `SafeMathRevertErrors.SafeMathErrorCodes.Uint256DivisionByZero`",
"pr": "TODO"
}
]
},
{ {
"version": "4.4.0", "version": "4.4.0",
"changes": [ "changes": [