From a1a22835710e23d85c423c304e602fd56b4bbd35 Mon Sep 17 00:00:00 2001 From: Oliver Cardoza Date: Wed, 3 Jul 2024 23:48:08 -0400 Subject: [PATCH] Fix CHANGES.md from #31769 which incorrectly added to a released version (#31770) --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index d516f1244e88..38fa6e44b73d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -67,6 +67,7 @@ ## New Features / Improvements * Multiple RunInference instances can now share the same model instance by setting the model_identifier parameter (Python) ([#31665](https://github.com/apache/beam/issues/31665)). +* Removed a 3rd party LGPL dependency from the Go SDK ([#31765](https://github.com/apache/beam/issues/31765)). ## Breaking Changes @@ -117,7 +118,6 @@ * ProcessingTime is now handled synthetically with TestStream pipelines and Non-TestStream pipelines, for fast test pipeline execution by default. ([#30083](https://github.com/apache/beam/issues/30083)). * Prism does NOT yet support "real time" execution for this release. * Improve processing for large elements to reduce the chances for exceeding 2GB protobuf limits (Python)([https://github.com/apache/beam/issues/31607]). -* Removed a 3rd party LGPL dependency from the Go SDK ([#31765](https://github.com/apache/beam/issues/31765)). ## Breaking Changes