[Repo Assist] Release prep: update 7.0.0 change log with recent bug fixes#1616
Open
github-actions[bot] wants to merge 5 commits intomainfrom
Open
[Repo Assist] Release prep: update 7.0.0 change log with recent bug fixes#1616github-actions[bot] wants to merge 5 commits intomainfrom
github-actions[bot] wants to merge 5 commits intomainfrom
Conversation
Add bug fixes merged since 6.6.0 to the 7.0.0 Unreleased section: - Singularization fix for words ending in 'ases' (#1508) - Register CodePagesEncodingProvider on .NET 6+ (#1453) - Fix JsonConversions.AsDecimal for JsonValue.Float (#1230) - Fix JsonValue.Float serialization for whole-number floats (#1356) - Fix HtmlNode whitespace preservation in <pre> (#1509, #1223) - Fix CSV schema parsing with parenthesized column names (#946) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
Author
|
✅ Pull request created: #1616 |
10 tasks
Removed sections for new features and bug fixes in the unreleased 7.0.0 release notes.
Contributor
|
/repo-assist Update the release notes in this PR for latest changes in main in last 24h |
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>
Contributor
Author
|
✅ Commit pushed: |
Contributor
Author
|
🤖 Repo Assist here — updating release notes as requested. I've pushed an update to this PR's
The 7.0.0 section now covers all changes since 6.6.0.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 This is an automated draft PR from Repo Assist, an AI assistant.
Summary
Updates the
RELEASE_NOTES.mdto add the bug fixes and breaking changes that were merged since 6.6.0 but were missing from the7.0.0 - Unreleasedsection. Also restructures the 7.0.0 section withNew FeaturesandBug Fixessub-headings for clarity.Changes in
RELEASE_NOTES.mdThe following merged PRs were not yet recorded under
7.0.0 - Unreleased:*aseswords (e.g.databases→database)CodePagesEncodingProvideron .NET 6+ for#r "nuget:"usersJsonConversions.AsDecimalnow handlesJsonValue.Float(exponential notation)JsonValue.Floatserialization: whole-number floats now output100.0not100HtmlNode.ToString: whitespace inside<pre>elements now preservedThe singularization change is flagged as breaking (existing code using
*asistype names for*aseswords will need updating), which is one of the reasons this is being tracked as 7.0.0.Test Status
This PR only modifies
RELEASE_NOTES.md(documentation) — no build or test run required.Notes for Maintainers
RELEASE_NOTES.mdbut have no corresponding GitHub release tags. It may be worth publishing those as releases, or doing a single 7.0.0 release.7.0.0bump (vs a6.7.0minor) is driven by the singularization breaking change ([JsonProvider] Plural word 'purchases' renamed as Purchasis in the .NET typespace #1508) and the DateOnly/TimeOnly feature. Maintainer discretion on exact version.