From 1aa78c474d7a16e2bd7c5da4be383f9d82c30aee Mon Sep 17 00:00:00 2001 From: Oscar Spruit Date: Wed, 8 Nov 2023 13:11:26 +0100 Subject: [PATCH] Update release notes --- RELEASE_NOTES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4ebae3c15c..5ba0f46de0 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -10,3 +10,12 @@ ## Fixed - `@RestrictTo` annotations no longer cause false errors with Android Studio and Lint. +- Using the layout inspector or having view attribute inspection enabled in the developer options no longer causes a crash when viewing a payment method. +- Implementing the `:action` module no longer gives a duplicate class error caused by a duplicate namespace. +- For Drop-in, dismissing the gift card payment method no longer prevents further interaction. + +## Changed +- Dependency versions: + | Name | Version | + |--------------------------------------------------------------------------------------------------------|-------------------------------| + | [AndroidX Compose BoM](https://developer.android.com/jetpack/compose/bom/bom-mapping) | **2023.09.01** |