From 83a8855e5997e0311e6274c03bcb38f94efbf8ef Mon Sep 17 00:00:00 2001 From: tvalentyn Date: Fri, 29 Apr 2022 11:53:10 +0200 Subject: [PATCH] [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 02c672c568105..9c2c465e67e77 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