aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-utils/CHANGELOG.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/order-utils/CHANGELOG.json')
-rw-r--r--packages/order-utils/CHANGELOG.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/order-utils/CHANGELOG.json b/packages/order-utils/CHANGELOG.json
index a9d2fde8b..2555ad350 100644
--- a/packages/order-utils/CHANGELOG.json
+++ b/packages/order-utils/CHANGELOG.json
@@ -3,15 +3,15 @@
"version": "2.0.0",
"changes": [
{
- "note": "Added ecSignOrderAsync to first sign an order as EIP712 and fallback to EthSign",
+ "note": "Added `ecSignOrderAsync` to first sign an order as EIP712 and fallback to EthSign",
"pr": 1102
},
{
- "note": "Added ecSignTypedDataOrderAsync to sign an order exclusively as EIP712",
+ "note": "Added `ecSignTypedDataOrderAsync` to sign an order exclusively as EIP712",
"pr": 1102
},
{
- "note": "Rename ecSignOrderHashAsync to ecSignHashAsync removing SignerType parameter",
+ "note": "Rename `ecSignOrderHashAsync` to `ecSignHashAsync` removing `SignerType` parameter",
"pr": 1102
}
]