Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
Signed-off-by: Marcin Chudy <[email protected]>
  • Loading branch information
mchudy committed Dec 3, 2024
1 parent 4941488 commit 3bad18c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/in_app_purchase/in_app_purchase_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## 0.4.0

* Updates Google Play Billing Library to 7.1.1.
* **BREAKING CHANGE**: Removes the depracated `ProrationMode` enum. `ReplacementMode` should be used instead.
* **BREAKING CHANGE**: Removes the depracated `BillingClientWrapper.enablePendingPurchases`.
* **BREAKING CHANGES**:
* Removes the deprecated `ProrationMode` enum. `ReplacementMode` should be used instead.
* Removes the deprecated `BillingClientWrapper.enablePendingPurchases` method.
* Adds `installmentPlanDetails` to `SubscriptionOfferDetailsWrapper`
* Adds APIs to support pending transactions for subscription prepaid plans (`PendingPurchaseParams`).

Expand Down

0 comments on commit 3bad18c

Please sign in to comment.