From b87640a18214fa9ce65dde82e0dda15bd901b2d6 Mon Sep 17 00:00:00 2001 From: Arnaud Roland Date: Mon, 14 Oct 2024 17:11:01 +0200 Subject: [PATCH] all: update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c82a08..daf81ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ UPCOMING * Added support for React-Native [New Architecture](https://reactnative.dev/docs/the-new-architecture/landing-page) Turbo Module. This requires React-Native 0.71+ when running with new architecture enabled, as Codegen and Turbo Module are fully supported. Batch is still backwards compatible with legacy Native Modules. +**Push** + +* Removed deprecated API `registerForRemoteNotifications`. Please use `requestNotificationAuthorization` to request permission when needed, and `requestToken` at each app launch. 9.0.2