Skip to content

Commit c6a75f1

Browse files
committed
Update release notes
1 parent 4e51ca8 commit c6a75f1

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

RELEASE-NOTES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
23.8
55
-----
66
- [*] Crash fix attempt to resolve the race condition in request authenticator swapping [https://github.com/woocommerce/woocommerce-ios/pull/16370]
7+
- [*] Update products on the Top Performers card when there are changes made to opened products [https://github.com/woocommerce/woocommerce-ios/pull/16380]
78
- [Internal] Fix broken navigation to a variable product selector [https://github.com/woocommerce/woocommerce-ios/pull/16363]
89

910
23.7

WooCommerce/Classes/ViewRelated/Dashboard/TopPerformers/TopPerformersDashboardViewModel.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ final class TopPerformersDashboardViewModel: ObservableObject {
3030
private let analytics: Analytics
3131

3232
private var resultsController: ResultsController<StorageTopEarnerStats>?
33+
34+
// periphery:ignore - keep a strong reference to listen to changes of a product
3335
private var entityListener: EntityListener<Product>?
3436

3537
private var currentDate: Date {

0 commit comments

Comments
 (0)