Skip to content

Comments

[Repo Assist] changelog: update v0.84.0 release prep with all merged fixes#1465

Draft
github-actions[bot] wants to merge 2 commits intomainfrom
repo-assist/release-v0.84.0-updated-1e4b1660231d01ce
Draft

[Repo Assist] changelog: update v0.84.0 release prep with all merged fixes#1465
github-actions[bot] wants to merge 2 commits intomainfrom
repo-assist/release-v0.84.0-updated-1e4b1660231d01ce

Conversation

@github-actions
Copy link
Contributor

🤖 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.md for the v0.84.0 release, summarising all changes merged into main since v0.83.0 (2026-02-04).

Changes included since v0.83.0

PR Description
#1441 Fix SourceLink go-to-definition failure when .NET 10 is used on Linux (thanks @serefarikan!)
#1452 Add FSharp.notifications.backgroundServiceProgress config option
#1449 Fix uint32 underflow in semantic token length for multiline ranges (closes #1407)
#1453 Fix spurious rename of get/set accessor keywords when renaming a property (closes #1269)
#1454 Fix missing { completion trigger character for interpolated strings (closes #962)
#1455 Fix non-ASCII path characters encoded incorrectly in file URIs (closes #840)
#1456 Disable inline values by default to restore pipeline hints (closes #1214)
#1457 Fix ambiguous function-type segments missing parentheses in AddExplicitTypeAnnotation (closes #1340)
#1458 Fix signature help parameter types showing fully-qualified names (closes #1029)
#1463 Fix (seealso href="...") and (seealso langword="...") XML doc rendering

Version bump rationale

A minor version bump to 0.84.0 is proposed because a new user-facing feature was added (backgroundServiceProgress config option). The remaining changes are all bug fixes.

Supersedes

This PR supersedes #1460, which can be closed.

Maintainer instructions

  1. Review the CHANGELOG entry wording — adjust as you see fit.
  2. When ready to release, merge this PR and the CI/CD pipeline will publish v0.84.0 to NuGet automatically.

Test Status

This PR only modifies CHANGELOG.md — no code changes, no build required.

Generated by Repo Assist

To install this workflow, run gh aw add githubnext/agentics/workflows/repo-assist.md@b87234850bf9664d198f28a02df0f937d0447295. View source at https://github.com/githubnext/agentics/tree/b87234850bf9664d198f28a02df0f937d0447295/workflows/repo-assist.md.

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment