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:53:16 UTC

[beam] branch master updated: [BEAM-14351] Fix the template and move the announcement to the next release notes. (#17506)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 83a8855e599 [BEAM-14351] Fix the template and move the announcement to the next release notes. (#17506)
83a8855e599 is described below

commit 83a8855e5997e0311e6274c03bcb38f94efbf8ef
Author: tvalentyn <tv...@users.noreply.github.com>
AuthorDate: Fri Apr 29 11:53:10 2022 +0200

    [BEAM-14351] Fix the template and move the announcement to the next release notes. (#17506)
---
 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