Skip to content

Add CHANGELOG.md covering changes since v1.0.273#86

Merged
mkrueger merged 2 commits into
mainfrom
docs/changelog-since-v1.0.273
May 20, 2026
Merged

Add CHANGELOG.md covering changes since v1.0.273#86
mkrueger merged 2 commits into
mainfrom
docs/changelog-since-v1.0.273

Conversation

@mkrueger
Copy link
Copy Markdown
Contributor

Adds a CHANGELOG.md at the repo root summarising everything that has merged into main since v1.0.273 (2026-05-05) in a human-readable form.

Organised by theme rather than commit order:

No code changes — pure documentation. Intended as a living Unreleased section that can be cut into a v1.0.x heading when the next release is tagged.

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.
@mkrueger mkrueger requested review from a team and Copilot May 19, 2026 12:31
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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).

Comment thread CHANGELOG.md Outdated
@mkrueger mkrueger merged commit 7efbb12 into main May 20, 2026
7 checks passed
@mkrueger mkrueger deleted the docs/changelog-since-v1.0.273 branch May 20, 2026 11:01
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants