From eb197d93225cdb41643a1615411f22e0904055a7 Mon Sep 17 00:00:00 2001 From: lostluck <13907733+lostluck@users.noreply.github.com> Date: Thu, 12 Dec 2024 13:13:33 -0800 Subject: [PATCH] Add OrderedListState support note to CHANGES.md --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index ea29b6aadc7d..94b6c46ba45f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -71,6 +71,7 @@ * X feature added (Java/Python) ([#X](https://github.com/apache/beam/issues/X)). * Support OnWindowExpiration in Prism ([#32211](https://github.com/apache/beam/issues/32211)). * This enables initial Java GroupIntoBatches support. +* Support OrderedListState in Prism ([#32929](https://github.com/apache/beam/issues/32929)). ## Breaking Changes