Skip to content

Commit 8481373

Browse files
authored
Fix typo in release notes (#36651)
1 parent 7457694 commit 8481373

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
## Highlights
9898

9999
* (Python) Add YAML Editor and Visualization Panel ([#35772](https://github.com/apache/beam/issues/35772)).
100-
* (Java) Java 25 Support ([#35772](https://github.com/apache/beam/issues/35627)).
100+
* (Java) Java 25 Support ([#35627](https://github.com/apache/beam/issues/35627)).
101101

102102
## I/Os
103103

@@ -137,7 +137,7 @@
137137
* (Go) Coder construction on SDK side is more faithful to the specs from runners without stripping length-prefix. This may break streaming pipeline update as the underlying coder could be changed ([#36387](https://github.com/apache/beam/issues/36387)).
138138
* Minimum Go version for Beam Go updated to 1.25.2 ([#36461](https://github.com/apache/beam/issues/36461)).
139139
* (Java) DoFn OutputReceiver now requires implementing a builder method as part of extended metadata support for elements ([#34902](https://github.com/apache/beam/issues/34902)).
140-
* (Java) Removed ProcessContext outputWindowedValue introduced in 2.68 that allowed setting offset and record Id. Use OutputReceiver's builder to set those field ([#36523]https://github.com/apache/beam/pull/36523).
140+
* (Java) Removed ProcessContext outputWindowedValue introduced in 2.68 that allowed setting offset and record Id. Use OutputReceiver's builder to set those field ([#36523](https://github.com/apache/beam/pull/36523)).
141141

142142
## Bugfixes
143143

website/www/site/content/en/blog/beam-2.69.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ For more information on changes in 2.69.0, check out the [detailed release notes
3030
## Highlights
3131

3232
* (Python) Add YAML Editor and Visualization Panel ([#35772](https://github.com/apache/beam/issues/35772)).
33-
* (Java) Java 25 Support ([#35772](https://github.com/apache/beam/issues/35627)).
33+
* (Java) Java 25 Support ([#35627](https://github.com/apache/beam/issues/35627)).
3434

3535
### I/Os
3636

@@ -69,7 +69,7 @@ For more information on changes in 2.69.0, check out the [detailed release notes
6969
* (Go) Coder construction on SDK side is more faithful to the specs from runners without stripping length-prefix. This may break streaming pipeline update as the underlying coder could be changed ([#36387](https://github.com/apache/beam/issues/36387)).
7070
* Minimum Go version for Beam Go updated to 1.25.2 ([#36461](https://github.com/apache/beam/issues/36461)).
7171
* (Java) DoFn OutputReceiver now requires implementing a builder method as part of extended metadata support for elements ([#34902](https://github.com/apache/beam/issues/34902)).
72-
* (Java) Removed ProcessContext outputWindowedValue introduced in 2.68 that allowed setting offset and record Id. Use OutputReceiver's builder to set those field ([#36523]https://github.com/apache/beam/pull/36523).
72+
* (Java) Removed ProcessContext outputWindowedValue introduced in 2.68 that allowed setting offset and record Id. Use OutputReceiver's builder to set those field ([#36523](https://github.com/apache/beam/pull/36523)).
7373

7474
### Bugfixes
7575

0 commit comments

Comments
 (0)