diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md index 1fc398c497..5eb849cc63 100644 --- a/CHANGELOG.latest.md +++ b/CHANGELOG.latest.md @@ -1,5 +1,17 @@ ### Bugfixes -* Fixed `Bundle: Sendable` conformance (#2301) -* Fixed `PurchasesOrchestrator` compilation error on Xcode 14.3 beta 1 (#2292) via NachoSoto (@NachoSoto) +* `DispatchTimeInterval` & `Date`: avoid 32-bit overflows, fix `watchOS` crashes (#2342) via NachoSoto (@NachoSoto) +* Fix issue with missing subscriber attributes if set after login but before login callback (#2313) via @tonidero + +### Performance Improvements +* `AppleReceipt.mostRecentActiveSubscription`: performance optimization (#2332) via NachoSoto (@NachoSoto) + ### Other Changes -* Clarifies error messages for StoreKit 1 bugs (#2294) +* `CI`: also run tests on `watchOS` (#2340) via NachoSoto (@NachoSoto) +* `RELEASING.md`: added GitHub rate limiting parameter (#2336) via NachoSoto (@NachoSoto) +* Add additional logging on init (#2324) via Cody Kerns (@codykerns) +* Replace `iff` with `if and only if` (#2323) via @aboedo +* Fix typo in log (#2315) via @nickkohrn +* `Purchases.restorePurchases`: added docstring about successful results (#2316) via NachoSoto (@NachoSoto) +* `RELEASING.md`: fixed hotfix instructions (#2304) via NachoSoto (@NachoSoto) +* `PurchaseTester`: fixed leak when reconfiguring `Purchases` (#2311) via NachoSoto (@NachoSoto) +* `ProductsFetcherSK2`: add underlying error to description (#2281) via Chris Vasselli (@chrisvasselli) \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 99e7d7f81c..78d886197f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## 4.17.8 +### Bugfixes +* `DispatchTimeInterval` & `Date`: avoid 32-bit overflows, fix `watchOS` crashes (#2342) via NachoSoto (@NachoSoto) +* Fix issue with missing subscriber attributes if set after login but before login callback (#2313) via @tonidero + +### Performance Improvements +* `AppleReceipt.mostRecentActiveSubscription`: performance optimization (#2332) via NachoSoto (@NachoSoto) + +### Other Changes +* `CI`: also run tests on `watchOS` (#2340) via NachoSoto (@NachoSoto) +* `RELEASING.md`: added GitHub rate limiting parameter (#2336) via NachoSoto (@NachoSoto) +* Add additional logging on init (#2324) via Cody Kerns (@codykerns) +* Replace `iff` with `if and only if` (#2323) via @aboedo +* Fix typo in log (#2315) via @nickkohrn +* `Purchases.restorePurchases`: added docstring about successful results (#2316) via NachoSoto (@NachoSoto) +* `RELEASING.md`: fixed hotfix instructions (#2304) via NachoSoto (@NachoSoto) +* `PurchaseTester`: fixed leak when reconfiguring `Purchases` (#2311) via NachoSoto (@NachoSoto) +* `ProductsFetcherSK2`: add underlying error to description (#2281) via Chris Vasselli (@chrisvasselli) + ## 4.17.7 ### Bugfixes * Fixed `Bundle: Sendable` conformance (#2301)