diff --git a/pages/changelogs/2025-11-13-filter-at-item-level.mdx b/pages/changelogs/2025-11-13-filter-at-item-level.mdx
new file mode 100644
index 0000000000..59bd85a9f9
--- /dev/null
+++ b/pages/changelogs/2025-11-13-filter-at-item-level.mdx
@@ -0,0 +1,24 @@
+---
+title: "Filter at Item Level"
+slug: "changelog-2025-11-13-filter-at-item-level"
+hidden: false
+createdAt: "2025-11-13T19:59:02.165Z"
+updatedAt: "2025-11-13T19:59:02.165Z"
+date: "2025-11-13"
+thumbnail: "/changelog/segment-coloring.png"
+video: ""
+description: "Mixpanel now allows you to select the colors of various segments in your reports. You can choose the color for a particular segment by clicking the legend at the top of the chart. Choose between colors that exist in the theme, or choose an entirely separate color."
+isAnnouncement: false
+---
+
+
+
+Mixpanel now allows you to choose “Matching items” to filter and aggregate only the list elements that meet your condition. Previously, when filtering on list properties like cart, filters used to apply to the entire list — not the individual items inside it. For example, if you filtered for cart.category = Garden, Mixpanel would include the entire cart’s revenue if just one item was from Garden, even if the rest were not.
+
+For example, if you filter on cart.sale_price > 25 and were aggregating by taking the sum of cart.price then the sum would only be on elements that have cart.sale_price > 25.
+
+