Skip to content

Commit 0e7499d

Browse files
authored
Update release-0.8.md
1 parent 6c8aea4 commit 0e7499d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/release-notes/0.8/release-0.8.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* Support .NET Core 3.1 ([#291](https://github.com/dotnet/spark/pull/291) and [#386](https://github.com/dotnet/spark/pull/386))
77
* Support for new Delta v0.5.0 APIs ([#374](https://github.com/dotnet/spark/pull/374))
88
* Precompute the normalized type names of DataTypes and use string.Create on NS2.1 for faster normalization ([#364](https://github.com/dotnet/spark/pull/364))
9+
* Support for Spark 2.4.5 ([#392](https://github.com/dotnet/spark/pull/392))
910

1011
### Breaking Changes
1112
* None
@@ -28,7 +29,7 @@ The following table outlines the supported Spark versions along with the microso
2829
</tr>
2930
<tr>
3031
<td>2.4.0</td>
31-
<td rowspan=4>microsoft-spark-2.4.x-0.8.0.jar</td>
32+
<td rowspan=5>microsoft-spark-2.4.x-0.8.0.jar</td>
3233
</tr>
3334
<tr>
3435
<td>2.4.1</td>
@@ -39,6 +40,9 @@ The following table outlines the supported Spark versions along with the microso
3940
<tr>
4041
<td>2.4.4</td>
4142
</tr>
43+
<tr>
44+
<td>2.4.5</td>
45+
</tr>
4246
<tr>
4347
<td>2.4.2</td>
4448
<td><a href="https://github.com/dotnet/spark/issues/60">Not supported</a></td>

0 commit comments

Comments
 (0)