From cb75d1b773fa0cd9ccea9b40eb9adcb4b1f6b6b1 Mon Sep 17 00:00:00 2001 From: Chamikara Jayalath Date: Wed, 5 Aug 2026 13:07:20 -0700 Subject: [PATCH] Updates CHANGES.md to include Delta Lake CDC --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 4ea769676172..38749e9e42c0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -69,6 +69,7 @@ * Add ArrowFlight IO (Java) ([#20116](https://github.com/apache/beam/issues/20116)). * (Python) JmsIO (IBM MQ, ActiveMQ, and other providers) is now supported in Python via cross-language ([#30716](https://github.com/apache/beam/issues/30716)). * Added a full Iceberg batch and streaming changelog source (CDC) ([#38831](https://github.com/apache/beam/issues/38831)) +* Added a Delta Lake batch changelog source (CDC) ([#39492](https://github.com/apache/beam/issues/39492)) ## New Features / Improvements