This is an automated email from the ASF dual-hosted git repository.

lostluck pushed a commit to branch lostluck-patch-5
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 364052ba234201345cb409db2ab05c192d604c74
Author: Robert Burke <lostl...@users.noreply.github.com>
AuthorDate: Tue Nov 29 15:14:26 2022 -0800

    List breaking change #24339 in Changes.md
---
 CHANGES.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CHANGES.md b/CHANGES.md
index 293f2c200bf..8282d0fa426 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -84,6 +84,8 @@
   TextIO) and will now need to declare the dependency.
 * `beam-sdks-java-core` is no longer a dependency of the Java SDK Harness. 
Users of a portable
   runner (such as Dataflow Runner v2) will need to provide this package and 
its dependencies.
+* Slices now use the Beam Iterable Coder. This enables cross lang use, but 
breaks pipleine updates
+  if a Slice type is used as a PCollection element or State API element. 
(Go)[#24339](https://github.com/apache/beam/issues/24339)
 
 ## Deprecations
 

Reply via email to