From bdbe963b114813a49017daebe5b34757692328ce Mon Sep 17 00:00:00 2001 From: josh crites Date: Wed, 17 Jan 2024 07:02:24 -0500 Subject: [PATCH] chore(docs): Update js release notes for 0.18.0 (#4051) Minor additions to the 0.18.0 release notes --- docs/docs/misc/migration_notes.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/docs/misc/migration_notes.md b/docs/docs/misc/migration_notes.md index f93a45532d2..262e693d2b5 100644 --- a/docs/docs/misc/migration_notes.md +++ b/docs/docs/misc/migration_notes.md @@ -38,6 +38,11 @@ struct Storage { let user_balance = balances.at(owner) ``` +### [js] Updated function names + +- `waitForSandbox` renamed to `waitForPXE` in `@aztec/aztec.js` +- `getSandboxAccountsWallets` renamed to `getInitialTestAccountsWallets` in `@aztec/accounts/testing` + ## 0.17.0 ### [js] New `@aztec/accounts` package