Add CHANGELOG.md covering changes since v1.0.273#86
Merged
Conversation
Human-readable changelog grouping the work merged since the v1.0.273 release (2026-05-05) by theme: ARM-based control plane (#75), CLI migration to System.CommandLine (#72), replace/patch item commands (#71), JSON output highlighting / rainbow brackets (#80), interactive shell keyboard shortcuts (#57), startup usage hint (#82), and the long tail of paper-cut fixes, doc updates, and pipeline improvements.
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new root-level CHANGELOG.md intended to track unreleased changes since v1.0.273 (2026-05-05), summarizing merged work in a themed, human-readable format.
Changes:
- Introduces an “Unreleased” changelog section with a “Highlights” summary of major user-visible features.
- Adds categorized lists for New features, Improvements, Fixes, Documentation, and Build & pipeline (with PR links).
sevoku
approved these changes
May 20, 2026
mkrueger
added a commit
that referenced
this pull request
May 21, 2026
Converts the `Unreleased — since v1.0.273` section to `1.1.4 — 2026-05-21` (first release on the 1.1 line) and adds entries for the PRs that landed after #86 (the last CHANGELOG update): - **Highlights / New features:** multi-line REPL input with `\` continuation and parser-driven incomplete-input detection ([#88](#88)); parser & query diagnostics with line, column, source caret, and "Did you mean…" suggestions ([#87](#87)). - **Documentation:** notes that [docs/navigation.md](docs/navigation.md) and [README](README.md) now document multi-line input. - **Build & pipeline:** versioning moved to [Nerdbank.GitVersioning](https://github.com/dotnet/Nerdbank.GitVersioning); local builds now produce the same versions as CI ([#90](#90), [#91](#91)). PR #89 was a stepping stone superseded by the NBGV migration, so it isn't called out separately. Docs-only change — no code touched.
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.
Adds a
CHANGELOG.mdat the repo root summarising everything that has merged intomainsincev1.0.273(2026-05-05) in a human-readable form.Organised by theme rather than commit order:
replace/patchitem commands (Add item replace and patch commands #71), JSON highlighting / rainbow brackets (Add JSON output highlighting and rainbow brackets (#79) #80), keyboard shortcuts (Add interactive shell keyboard shortcuts #57), and the startup usage hint (Show usage hint when shell starts disconnected (#81) #82).No code changes — pure documentation. Intended as a living
Unreleasedsection that can be cut into av1.0.xheading when the next release is tagged.