Add PRs to changelogs.

This commit is contained in:
Lawrence Forman 2019-04-24 12:23:45 -04:00 committed by Amir Bandeali
parent 3bacf09710
commit 9af51aaca1
3 changed files with 5 additions and 5 deletions

View File

@ -50,15 +50,15 @@
}, },
{ {
"note": "Add `LibExchangeRichErrorDecoder` contract.", "note": "Add `LibExchangeRichErrorDecoder` contract.",
"pr": TODO "pr": 1790
}, },
{ {
"note": "Break out types/interaces from `MExchangeRichErrors` into `MExchangeRichErrorTypes`.", "note": "Break out types/interaces from `MExchangeRichErrors` into `MExchangeRichErrorTypes`.",
"pr": TODO "pr": 1790
}, },
{ {
"note": "Reorder some revert error parameters for consistency", "note": "Reorder some revert error parameters for consistency",
"pr": TODO "pr": 1790
} }
], ],
"timestamp": 1563006338 "timestamp": 1563006338

View File

@ -16,7 +16,7 @@
}, },
{ {
"note": "Break out types/interaces from `MRichErrors` into `MRichErrorTypes`.", "note": "Break out types/interaces from `MRichErrors` into `MRichErrorTypes`.",
"pr": TODO "pr": 1790
} }
] ]
}, },

View File

@ -28,7 +28,7 @@
}, },
{ {
"note": "Reorder parameters of some `RevertError` types to match smart contracts.", "note": "Reorder parameters of some `RevertError` types to match smart contracts.",
"pr": TODO "pr": 1790
} }
] ]
}, },