diff --git a/plugins/woocommerce/changelog/update-cart-fragments-enqueue b/plugins/woocommerce/changelog/update-cart-fragments-enqueue new file mode 100644 index 00000000000..bc15dd297af --- /dev/null +++ b/plugins/woocommerce/changelog/update-cart-fragments-enqueue @@ -0,0 +1,4 @@ +Significance: minor +Type: performance + +Removed global enqueue of wc-cart-fragments. Moved to the cart widget (it's main consumer).