Skip to content

Commit d6393d0

Browse files
jeffhandleyCopilot
andcommitted
Reformat bug fixes section to use grouped sub-bullet style
Update the Libraries Preview 2 release notes bug fixes section to use nested sub-bullets grouped by area, matching the revised formatting guidelines. Multi-fix areas (System.Net.Http, System.Numerics) are now consolidated under their area heading, and single-fix areas also use sub-bullets for consistency. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 77f78d1 commit d6393d0

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

release-notes/11.0/preview/preview2/libraries.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,22 @@ Thank you [@alexcovington](https://github.com/alexcovington) for this contributi
6464

6565
This release includes bug fixes and quality improvements across several areas:
6666

67-
- **System.Collections** — Fixed integer overflow in `ImmutableArray` range validation ([dotnet/runtime#124042](https://github.com/dotnet/runtime/pull/124042))
68-
- **System.IO.Compression** — Fixed `ZipArchiveEntry.ExtractToFile` preserving files on extraction failure with `overwrite: true` ([dotnet/runtime#123991](https://github.com/dotnet/runtime/pull/123991))
69-
- **System.Linq** — Fixed `Append`/`Prepend` `GetCount` overflow to correctly throw `OverflowException` ([dotnet/runtime#123821](https://github.com/dotnet/runtime/pull/123821))
70-
- **System.Net.Http** — Fixed authenticated proxy credential handling for proxies that require proactive `Proxy-Authorization` headers ([dotnet/runtime#123328](https://github.com/dotnet/runtime/pull/123328), reported by [@ptarjan](https://github.com/ptarjan))
71-
- **System.Net.Http** — Fixed edge-case non-ASCII host handling in HTTP logic ([dotnet/runtime#123934](https://github.com/dotnet/runtime/pull/123934))
72-
- **System.Numerics** — Fixed `Vector2`/`Vector3` `EqualsAny` and related methods returning incorrect results due to hidden padding elements ([dotnet/runtime#123594](https://github.com/dotnet/runtime/pull/123594), [dotnet/runtime#123586](https://github.com/dotnet/runtime/issues/123586))
73-
- **System.Numerics** — Fixed missing early returns in `TensorPrimitives.Round` causing double-rounding ([dotnet/runtime#124280](https://github.com/dotnet/runtime/pull/124280))
74-
- **System.Reflection** — Fixed `MetadataLoadContext` returning internal array types instead of `Type[]` from several methods ([dotnet/runtime#124251](https://github.com/dotnet/runtime/pull/124251), reported by [@smdn](https://github.com/smdn))
75-
- **System.Runtime** — Fixed vectorization of `Ascii.Equals` for input lengths 8–15 ([dotnet/runtime#123115](https://github.com/dotnet/runtime/pull/123115))
67+
- **System.Collections**
68+
- Fixed integer overflow in `ImmutableArray` range validation ([dotnet/runtime#124042](https://github.com/dotnet/runtime/pull/124042))
69+
- **System.IO.Compression**
70+
- Fixed `ZipArchiveEntry.ExtractToFile` preserving files on extraction failure with `overwrite: true` ([dotnet/runtime#123991](https://github.com/dotnet/runtime/pull/123991))
71+
- **System.Linq**
72+
- Fixed `Append`/`Prepend` `GetCount` overflow to correctly throw `OverflowException` ([dotnet/runtime#123821](https://github.com/dotnet/runtime/pull/123821))
73+
- **System.Net.Http**
74+
- Fixed authenticated proxy credential handling for proxies that require proactive `Proxy-Authorization` headers ([dotnet/runtime#123328](https://github.com/dotnet/runtime/pull/123328), reported by [@ptarjan](https://github.com/ptarjan))
75+
- Fixed edge-case non-ASCII host handling in HTTP logic ([dotnet/runtime#123934](https://github.com/dotnet/runtime/pull/123934))
76+
- **System.Numerics**
77+
- Fixed `Vector2`/`Vector3` `EqualsAny` and related methods returning incorrect results due to hidden padding elements ([dotnet/runtime#123594](https://github.com/dotnet/runtime/pull/123594), [dotnet/runtime#123586](https://github.com/dotnet/runtime/issues/123586))
78+
- Fixed missing early returns in `TensorPrimitives.Round` causing double-rounding ([dotnet/runtime#124280](https://github.com/dotnet/runtime/pull/124280))
79+
- **System.Reflection**
80+
- Fixed `MetadataLoadContext` returning internal array types instead of `Type[]` from several methods ([dotnet/runtime#124251](https://github.com/dotnet/runtime/pull/124251), reported by [@smdn](https://github.com/smdn))
81+
- **System.Runtime**
82+
- Fixed vectorization of `Ascii.Equals` for input lengths 8–15 ([dotnet/runtime#123115](https://github.com/dotnet/runtime/pull/123115))
7683

7784
## Community contributors
7885

0 commit comments

Comments
 (0)