You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lo...@apache.org on 2020/11/12 18:50:10 UTC

[beam] 01/01: Add 2.27.0 section

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

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

commit d48b0e32f5b7ea0e8089626966be5b86e6d62f9e
Author: Robert Burke <lo...@users.noreply.github.com>
AuthorDate: Thu Nov 12 10:49:15 2020 -0800

    Add 2.27.0 section
    
    To avoid new changes being mistakenly added to the 2.26.0 section, since the branch was cut.
---
 CHANGES.md | 32 ++++++++++++++++++++++++++++++--
 1 file changed, 30 insertions(+), 2 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index c1f76d4..9343d10 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -16,7 +16,6 @@
     specific language governing permissions and limitations
     under the License.
 -->
-
 <!-- Template -->
 <!--
 # [2.XX.X] - Unreleased
@@ -47,7 +46,36 @@
 * Fixed X (Java/Python) ([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
 -->
 
-# [2.26.0] - Unreleased
+# [2.27.X] - Unreleased
+
+## Highlights
+
+* New highly anticipated feature X added to Python SDK ([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
+* New highly anticipated feature Y added to Java SDK ([BEAM-Y](https://issues.apache.org/jira/browse/BEAM-Y)).
+
+## I/Os
+
+* Support for X source added (Java/Python) ([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
+
+## New Features / Improvements
+
+* X feature added (Java/Python) ([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
+
+## Breaking Changes
+
+* X behavior was changed ([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
+
+## Deprecations
+
+* X behavior is deprecated and will be removed in X versions ([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
+
+## Known Issues
+
+* Fixed X (Java/Python) ([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
+-->
+
+
+# [2.26.0] - Cut, Not Yet released.
 
 ## Highlights