Skip to content

Commit

Permalink
Add (apache#25582) to bugfixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
lostluck committed Apr 12, 2023
1 parent 209c8c9 commit 97858df
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,39 @@
* ([#X](https://github.com/apache/beam/issues/X)).
-->

# [2.47.0] - Unreleased
# [2.48.0] - Unreleased

## Highlights

* New highly anticipated feature X added to Python SDK ([#X](https://github.com/apache/beam/issues/X)).
* New highly anticipated feature Y added to Java SDK ([#Y](https://github.com/apache/beam/issues/Y)).

## I/Os

* Support for X source added (Java/Python) ([#X](https://github.com/apache/beam/issues/X)).

## New Features / Improvements

* X feature added (Java/Python) ([#X](https://github.com/apache/beam/issues/X)).

## Breaking Changes

* X behavior was changed ([#X](https://github.com/apache/beam/issues/X)).

## Deprecations

* X behavior is deprecated and will be removed in X versions ([#X](https://github.com/apache/beam/issues/X)).

## Bugfixes

* Fixed X (Java/Python) ([#X](https://github.com/apache/beam/issues/X)).
* Fixed Java bootloader failing with Too Long Args due to long classpaths, with a pathing jar. (Java) ([#25582](https://github.com/apache/beam/issues/25582)).

## Known Issues

* ([#X](https://github.com/apache/beam/issues/X)).

# [2.47.0] - Cut, Unreleased

## Highlights

Expand Down

0 comments on commit 97858df

Please sign in to comment.