Skip to content

Commit a87c277

Browse files
authored
Update changelog to include behavior change (#945)
Made a little more clear the behavior change
1 parent 1ba6eaa commit a87c277

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.latest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
### New Features
22
* Add `displayCloseButton` option to `PaywallView` (#913) via Cesar de la Vega (@vegaro)
3+
* This changes the behavior of the PaywallView and FooterPaywallView in iOS, which were being dismissed automatically after a successful purchase. After this change, iOS matches existing Android's behavior, in which the `onDismiss` callback will get called whenever the paywall should be dismissed: after the user presses the close button, or after a successful purchase.
34
### Dependency Updates
45
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.2.0 (#940) via RevenueCat Git Bot (@RCGitBot)
56
* [Android 7.7.2](https://github.com/RevenueCat/purchases-android/releases/tag/7.7.2)

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## 7.24.0
22
### New Features
33
* Add `displayCloseButton` option to `PaywallView` (#913) via Cesar de la Vega (@vegaro)
4+
* This changes the behavior of the PaywallView and FooterPaywallView in iOS, which were being dismissed automatically after a successful purchase. After this change, iOS matches existing Android's behavior, in which the `onDismiss` callback will get called whenever the paywall should be dismissed: after the user presses the close button, or after a successful purchase.
45
### Dependency Updates
56
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.2.0 (#940) via RevenueCat Git Bot (@RCGitBot)
67
* [Android 7.7.2](https://github.com/RevenueCat/purchases-android/releases/tag/7.7.2)

0 commit comments

Comments
 (0)