Skip to content

Commit 5182038

Browse files
committed
update release notes
1 parent 3e6f77e commit 5182038

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

RELEASE_NOTES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Release Notes
22

3+
## 8.0.0 - Feb 25 2026
4+
5+
- Add PreferFloats static parameter to CsvProvider (#1655)
6+
- Add With* methods to CsvProvider Row and JsonProvider record types (closes #1431) (#1639)
7+
- Add DtdProcessing static parameter to XmlProvider (closes #1632) (#1635)
8+
- Add OmitNullFields static parameter to JsonProvider (closes #1245) (#1638)
9+
- Add UseOriginalNames parameter to XmlProvider (#1629)
10+
- Fix HTML parser dropping whitespace between inline elements (issue #1330) (#1630)
11+
- Fix HtmlNode.ToString: preserve whitespace in elements nested inside <pre> (closes #1509)
12+
- Fix CSV schema parsing: column names with parentheses no longer corrupt type annotation (fixes #946)
13+
314
## 7.0.1
415

516
- Revert "fix potential XXE vulnerability in XML parsing by @Thorium in #1596"

0 commit comments

Comments
 (0)