Commit e3c9168264a for woocommerce

commit e3c9168264a4d1d132b05bc85bf53635bdbcb211
Author: woocommercebot <30233865+woocommercebot@users.noreply.github.com>
Date:   Wed Jun 24 20:54:39 2026 +0530

    Release: Remove 10.9.1 change files from trunk (#65994)

    Delete changelog files from 10.9.1 release

    Co-authored-by: woocommercebot <woocommercebot@users.noreply.github.com>

diff --git a/plugins/woocommerce/changelog/fix-feed-interface-bc-break-get-entry-count b/plugins/woocommerce/changelog/fix-feed-interface-bc-break-get-entry-count
deleted file mode 100644
index aa9d238a1a8..00000000000
--- a/plugins/woocommerce/changelog/fix-feed-interface-bc-break-get-entry-count
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Remove get_entry_count() from the product feed FeedInterface to restore backward compatibility. Requiring the method broke third-party implementations (e.g. older WooCommerce Stripe Gateway versions) that implement the interface without it. The method remains available on JsonFileFeed.