Update changelogs
This commit is contained in:
parent
f791cd3a37
commit
8c05a92a1e
@ -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"
|
||||||
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -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": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user