Add PRs to changelogs

This commit is contained in:
Lawrence Forman
2019-04-05 11:48:11 -04:00
committed by Amir Bandeali
parent f8009dbb27
commit 5781ab5436
11 changed files with 21 additions and 13 deletions

View File

@@ -17,6 +17,10 @@
{
"note": "Refactor example contracts that use `executeTransaction`",
"pr": 1753
},
{
"note": "Upgrade all string reverts to rich reverts",
"pr": 1761
}
]
},

View File

@@ -34,7 +34,7 @@
},
{
"note": "Update tests for rich reverts",
"pr": TODO
"pr": 1761
}
],
"timestamp": 1563006338

View File

@@ -12,15 +12,15 @@
},
{
"note": "Inherit `chaiSetup` from `@0x/dev-utils`",
"pr": TODO
"pr": 1761
},
{
"note": "Add `generatePseudoRandomOrderHash()` to `orderUtils`",
"pr": TODO
"pr": 1761
},
{
"note": "Inherit `OrderStatus` from `@0x/types`",
"pr": TODO
"pr": 1761
}
]
},

View File

@@ -9,6 +9,10 @@
{
"note": "Add LibEIP712 contract",
"pr": 1753
},
{
"note": "Add `RichErrors` and `mixins/MRichErrors`",
"pr": 1761
}
]
},