From 58df36adda333d5dfbe78ce4a2f8593d555974ee Mon Sep 17 00:00:00 2001 From: liferoad Date: Mon, 6 May 2024 10:47:50 -0400 Subject: [PATCH] Update CHANGES.md (#31189) --- CHANGES.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 23cefee43950..fe1f49bb79cd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -103,7 +103,6 @@ ## I/Os -* Support for X source added (Java/Python) ([#X](https://github.com/apache/beam/issues/X)). * Upgraded Avro version to 1.11.3, kafka-avro-serializer and kafka-schema-registry-client versions to 7.6.0 (Java) ([#30638](https://github.com/apache/beam/pull/30638)). The newer Avro package is known to have breaking changes. If you are affected, you can keep pinned to older Avro versions which are also tested with Beam. * Iceberg read/write support is available through the new Managed I/O Java API ([#30830](https://github.com/apache/beam/pull/30830)).