Skip to content

Commit d571d73

Browse files
authored
Update RELEASE.md with PR #1583. (#1587)
1 parent d883320 commit d571d73

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ jobs:
442442
release:
443443
name: Release
444444
if: github.event_name == 'push'
445-
needs: [lint, linux-test, macos-test, windows-test]
445+
needs: [linux-wheel, macos-wheel, windows-wheel]
446446
runs-on: ubuntu-18.04
447447
steps:
448448
- uses: actions/download-artifact@v1

RELEASE.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@
77
* Fix chunk size initialization in s3 storage.
88
* Enable python 3.10 support.
99
* IgniteDataset is deprecated and will be removed in future releases.
10+
* Adding an option to specify default values for nullable fields in BigQuery
1011

1112
## Thanks to our Contributors
1213

1314
This release contains contributions from many people:
1415

15-
Jan Bernlöhr, Johnu George, Luca Toscano, Lukas Geiger, Mark McDonald,
16-
Vansh Sharma, Vignesh Kothapalli, Yong Tang
16+
Aleksey Vlasenko, Jan Bernlöhr, Johnu George, Luca Toscano, Lukas Geiger,
17+
Mark McDonald, Vansh Sharma, Vignesh Kothapalli, Yong Tang
1718

1819
We are also grateful to all who filed issues or helped resolve them, asked and
1920
answered questions, and were part of inspiring discussions.

0 commit comments

Comments
 (0)