Skip to content

Commit

Permalink
Fix CHANGES.md from apache#31769 which incorrectly added to a release…
Browse files Browse the repository at this point in the history
…d version (apache#31770)
  • Loading branch information
OliverCardoza committed Jul 4, 2024
1 parent dea440f commit a1a2283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit a1a2283

Please sign in to comment.