From 13123fc5d19944776848440448a8667c6853a7c4 Mon Sep 17 00:00:00 2001 From: Alexandra Carrillo <12214231+alexandratran@users.noreply.github.com> Date: Wed, 18 Sep 2024 22:21:22 -0700 Subject: [PATCH] Add user-defined components to "What's new?" (#1562) --- docs/whats-new.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/whats-new.md b/docs/whats-new.md index 71e7e627135..9a26b94691f 100644 --- a/docs/whats-new.md +++ b/docs/whats-new.md @@ -11,6 +11,8 @@ of the [MetaMask developer page](https://metamask.io/developer/). ## September 2024 +- Documented [Snaps user-defined components](/snaps/features/custom-ui/user-defined-components). + ([#1557](https://github.com/MetaMask/metamask-docs/pull/1557)) - Updated [Android SDK documentation](/wallet/how-to/use-sdk/mobile/android) with convenience methods and examples using coroutines. ([#1546](https://github.com/MetaMask/metamask-docs/pull/1546))