Skip to content

Commit 6ba4551

Browse files
Update RELEASE_NOTES.md with changes merged to main since PR creation
Add entries for: - #1613: CSS pseudo-class NotSupportedException fix (#1383) - #1617: ConvertDateTimeOffset xs:dateTime fallback fix (#1437) - #1618: Microsoft.Build security bump - #1619: XmlProvider EmbeddedResource GetSchema fix (#1310) - #1621: StrictBooleans parameter for CsvProvider - #1625: CsvProvider.InferRows multiline quoted field fix (#1439) - #1626: XSD group reference cycle guard (#1419) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 83c9ca9 commit 6ba4551

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

RELEASE_NOTES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
- Fix `JsonValue.Float` serialization — whole-number floats like `Float(100.0)` now serialize as `100.0` instead of `100`, preserving JSON float semantics (closes #1356)
1313
- Fix `HtmlNode.ToString` — whitespace inside elements nested in `<pre>` is now preserved correctly (closes #1509, #1223)
1414
- Fix CSV schema parsing — column names containing parentheses no longer corrupt type annotations (closes #946)
15+
- Fix CSS selector parsing — unrecognized pseudo-classes now throw `NotSupportedException` instead of silently returning wrong results (closes #1383)
16+
- Fix `ConvertDateTimeOffset` — timezone-less `xs:dateTime` values now fall back to `AsDateTime` correctly (closes #1437)
17+
- Fix `XmlProvider` with `EmbeddedResource``GetSchema` now correctly resolves embedded XSD schemas (closes #1310)
18+
- Fix `CsvProvider.InferRows` — row count now reflects actual CSV rows; multiline quoted fields no longer cause under-counting (closes #1439)
19+
- Fix XSD group reference cycle guard — recursive group references no longer cause a `StackOverflowException` (closes #1419)
20+
- Add `StrictBooleans` static parameter to `CsvProvider` to opt in to strict `true`/`false`-only boolean parsing (#1621)
21+
- Bump `Microsoft.Build.*` from 17.11.4 to 17.14.28 (security patch) (#1618)
1522

1623
## 6.6.0 - Feb 21 2026
1724

0 commit comments

Comments
 (0)