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.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/order-utils/CHANGELOG.json b/packages/order-utils/CHANGELOG.json
index 2555ad350..5a0c0db47 100644
--- a/packages/order-utils/CHANGELOG.json
+++ b/packages/order-utils/CHANGELOG.json
@@ -3,15 +3,16 @@
"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 using `eth_signTypedData` and fallback to `eth_sign`.",
"pr": 1102
},
{
- "note": "Added `ecSignTypedDataOrderAsync` to sign an order exclusively as EIP712",
+ "note": "Added `ecSignTypedDataOrderAsync` to sign an order exclusively using `eth_signTypedData`.",
"pr": 1102
},
{
- "note": "Rename `ecSignOrderHashAsync` to `ecSignHashAsync` removing `SignerType` parameter",
+ "note": "Rename `ecSignOrderHashAsync` to `ecSignHashAsync` removing `SignerType` parameter.",
"pr": 1102
}
]