Skip to content

Commit ccfeabe

Browse files
committed
Task 38530: Prepare release notes
- Addressed review comments.
1 parent ef4b3db commit ccfeabe

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ release:
1111

1212
### Breaking Changes
1313

14-
- Removed undocumented `SqlCommand.EndExecuteNonQueryAsync()` method from the
15-
public API for .NET 8.0 and 9.0 targets.
16-
([#3460](https://github.com/dotnet/SqlClient/pull/3460))
17-
1814
- Removed `Constrained Execution Region` error handling blocks and associated
1915
`SqlConnection` cleanup which may affect how potentially-broken connections
2016
are expunged from the pool.
@@ -26,7 +22,13 @@ release:
2622
([#3534](https://github.com/dotnet/SqlClient/pull/3534),
2723
[#3537](https://github.com/dotnet/SqlClient/pull/3537))
2824

29-
### Other Changes
25+
### Added
26+
27+
- `SqlColumnEncryptionCertificateStoreProvider` now works on Windows, Linux,
28+
and macOS.
29+
([#3014](https://github.com/dotnet/SqlClient/pull/3014))
30+
31+
### Changed
3032

3133
- Updated `SqlVector.Null` to return a nullable `SqlVector` instance in the
3234
reference API to match the implementation.

release-notes/7.0/7.0.0-preview1.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ release:
77

88
### Breaking Changes
99

10-
- Removed undocumented `SqlCommand.EndExecuteNonQueryAsync()` method from the
11-
public API for .NET 8.0 and 9.0 targets.
12-
([#3460](https://github.com/dotnet/SqlClient/pull/3460))
13-
1410
- Removed `Constrained Execution Region` error handling blocks and associated
1511
`SqlConnection` cleanup which may affect how potentially-broken connections
1612
are expunged from the pool.
@@ -22,16 +18,18 @@ release:
2218
([#3534](https://github.com/dotnet/SqlClient/pull/3534),
2319
[#3537](https://github.com/dotnet/SqlClient/pull/3537))
2420

25-
### Other Changes
26-
27-
- Updated `SqlVector.Null` to return a nullable `SqlVector` instance in the
28-
reference API to match the implementation.
29-
([#3521](https://github.com/dotnet/SqlClient/pull/3521))
21+
### Added
3022

3123
- `SqlColumnEncryptionCertificateStoreProvider` now works on Windows, Linux,
3224
and macOS.
3325
([#3014](https://github.com/dotnet/SqlClient/pull/3014))
3426

27+
### Changed
28+
29+
- Updated `SqlVector.Null` to return a nullable `SqlVector` instance in the
30+
reference API to match the implementation.
31+
([#3521](https://github.com/dotnet/SqlClient/pull/3521))
32+
3533
- Performance improvements for all built-in
3634
`SqlColumnEncryptionKeyStoreProvider` implementations.
3735
([#3554](https://github.com/dotnet/SqlClient/pull/3554))
@@ -77,8 +75,8 @@ are very much appreciated.
7775

7876
### New Contributors
7977

80-
- [frankbuckley](https://github.com/frankbuckley) made their first contribution in
81-
[#3521](https://github.com/dotnet/SqlClient/pull/521)
78+
- [frankbuckley](https://github.com/frankbuckley) made their first contribution
79+
in [#3521](https://github.com/dotnet/SqlClient/pull/3521)
8280

8381
## Target Platform Support
8482

0 commit comments

Comments
 (0)