Updated Changelogs

This commit is contained in:
James Towle
2019-07-12 12:27:13 -05:00
committed by Amir Bandeali
parent df5ec33330
commit c61df50167
3 changed files with 12 additions and 0 deletions

View File

@@ -56,6 +56,10 @@
{
"note": "Add `OrderTransferSimulationUtils` contract for simulating order transfers on-chain",
"pr": 1868
},
{
"note": "Updated to use the new rich error pattern from @0x/contracts-exchange",
"pr": 1913
}
]
}

View File

@@ -109,6 +109,10 @@
{
"note": "Make `calculateMatchedFillResults` public",
"pr": 1885
},
{
"note": "Updated RichErrors to the library pattern",
"pr": 1913
}
]
},

View File

@@ -21,6 +21,10 @@
{
"note": "Add LibEIP1271.sol",
"pr": 1885
},
{
"note": "Updated RichErrors to the library pattern, and implemented RichErrors for all remaining reverts and requires",
"pr": 1913
}
]
},