VersionHistory.xml: add missing links, sort bullets numerically, normalize <li> styling#1953
Merged
RobertvanderHulst merged 2 commits intoMay 25, 2026
Merged
Conversation
…tyling Agent-Logs-Url: https://github.com/X-Sharp/XSharpPublic/sessions/291eea7f-9a8f-4857-a172-7cd6547f848b Co-authored-by: RobertvanderHulst <14240939+RobertvanderHulst@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
RobertvanderHulst
May 25, 2026 11:41
View session
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.
VersionHistory.xmlhad inconsistent formatting: many(#NNNN)ticket references were plain text instead of hyperlinks, bullets within each list group were not in ticket-number order, and<li>elements carried verbose inlinestyle=attributes instead of using theNormalstyle class.Changes
(#NNNN)references converted to<link>elements pointing tohttps://github.com/X-Sharp/XSharpPublic/issues/NNNN. Multi-ticket entries like(#1867, #1883)produce two linked entries with a,separator, matching the format already used by existing linked items.<list>group,<li>items are sorted ascending by minimum ticket number; items with no ticket appear first. Notable reorderings:#1286before#1748/#1807(Runtime New Features),#1870 < #1874 < #1880(FoxPro list 18), no-ticket items promoted in Compiler Bug Fixes, FoxPro list 17, and VS Integration lists.<li>style normalization — All 119<li>elements stripped of inlinestyle="…"attributes and set tostyleclass="Normal".