[Repo Assist] changelog: update v0.84.0 release prep with all merged fixes#1465
Draft
github-actions[bot] wants to merge 2 commits intomainfrom
Draft
[Repo Assist] changelog: update v0.84.0 release prep with all merged fixes#1465github-actions[bot] wants to merge 2 commits intomainfrom
github-actions[bot] wants to merge 2 commits intomainfrom
Conversation
Include all PRs merged since v0.83.0: - #1441: Fix SourceLink go-to-def failure on .NET 10 on Linux - #1452: Add FSharp.notifications.backgroundServiceProgress config option - #1449: Fix semantic token multiline range uint32 underflow - #1453: Fix spurious get/set rename in TextDocumentRename - #1454: Fix missing { interpolated string completion trigger - #1455: Fix non-ASCII path encoding in file URIs - #1456: Disable inline values by default to restore pipeline hints - #1457: Fix missing parens in function-type segments in AddExplicitTypeAnnotation - #1458: Fix signature help parameter types showing fully-qualified names - #1463: Fix seealso href/langword XML doc rendering Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This was referenced Feb 24, 2026
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 PR was created by Repo Assist, an automated AI assistant.
This is an updated replacement for #1460, which had merge conflicts after multiple additional fixes were merged to
main.Summary
Prepares
CHANGELOG.mdfor thev0.84.0release, summarising all changes merged intomainsince v0.83.0 (2026-02-04).Changes included since v0.83.0
@serefarikan!)FSharp.notifications.backgroundServiceProgressconfig optionget/setaccessor keywords when renaming a property (closes #1269){completion trigger character for interpolated strings (closes #962)AddExplicitTypeAnnotation(closes #1340)(seealso href="...")and(seealso langword="...")XML doc renderingVersion bump rationale
A minor version bump to
0.84.0is proposed because a new user-facing feature was added (backgroundServiceProgressconfig option). The remaining changes are all bug fixes.Supersedes
This PR supersedes #1460, which can be closed.
Maintainer instructions
v0.84.0to NuGet automatically.Test Status
This PR only modifies
CHANGELOG.md— no code changes, no build required.