You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tv...@apache.org on 2022/04/29 09:50:30 UTC

[beam] branch tvalentyn-patch-6 created (now db239d17984)

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

tvalentyn pushed a change to branch tvalentyn-patch-6
in repository https://gitbox.apache.org/repos/asf/beam.git


      at db239d17984 Update CHANGES.md

This branch includes the following new commits:

     new db239d17984 Update CHANGES.md

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[beam] 01/01: Update CHANGES.md

Posted by tv...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit db239d17984246359eb8519ff54cf674b190795d
Author: tvalentyn <tv...@users.noreply.github.com>
AuthorDate: Fri Apr 29 11:50:19 2022 +0200

    Update CHANGES.md
---
 CHANGES.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 02c672c5681..9c2c465e67e 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -35,7 +35,6 @@
 
 ## Breaking Changes
 
-* Coders in Python are expected to inherit from Coder. ([BEAM-14351](https://issues.apache.org/jira/browse/BEAM-14351)).
 * X behavior was changed ([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
 
 ## Deprecations
@@ -50,7 +49,7 @@
 ## Known Issues
 
 * ([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
-
+-->
 # [2.39.0] - Unreleased
 
 ## Highlights
@@ -78,6 +77,7 @@
         .withConnectionFactory(jmsConnectionFactory)
         .withValueMapper(new TextMessageMapper());
 ```
+* Coders in Python are expected to inherit from Coder. ([BEAM-14351](https://issues.apache.org/jira/browse/BEAM-14351)).
 
 ## Deprecations