Skip to content

docs(changelog): backfill Unreleased section for post-1.0.0 work#80

Merged
zircote merged 3 commits into
develop/v1.0.0from
docs/changelog-unreleased
Jun 25, 2026
Merged

docs(changelog): backfill Unreleased section for post-1.0.0 work#80
zircote merged 3 commits into
develop/v1.0.0from
docs/changelog-unreleased

Conversation

@zircote

@zircote zircote commented Jun 25, 2026

Copy link
Copy Markdown
Collaborator

Summary

Backfills CHANGELOG.md with a ## [Unreleased] section. The branch had no Unreleased section, so none of the post-1.0.0 develop/v1.0.0 work was changelogged.

Changes

Documents work already merged into develop/v1.0.0:

Test Plan

Documentation only — no code or schema changes. CHANGELOG.md is the sole modified file.

Adds a [Unreleased] section capturing work merged into develop/v1.0.0 since the
1.0.0 release: versioned schema mirrors (#72), the immutable 0.1.0 mirror
snapshot (#73), validate.yml SHA-pinning + all-PR trigger (#74), the schema-check
required gate (#75), and the temporal-consistency check, first-class scalar
properties field, and lossless round-trip fixes (#79).
Copilot AI review requested due to automatic review settings June 25, 2026 18:31

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR backfills CHANGELOG.md with an [Unreleased] section intended to capture post-1.0.0 work that landed on develop/v1.0.0, aligning the changelog with Keep a Changelog expectations for ongoing development tracking.

Changes:

  • Add a new top-level ## [Unreleased] section with Added/Changed/Fixed entries for PRs #72, #73, #74, #75, and #79.
  • Document post-1.0.0 schema/tooling/CI/branding changes that were previously not recorded in the changelog.

Comment thread CHANGELOG.md Outdated
Comment thread CHANGELOG.md Outdated
zircote added 2 commits June 25, 2026 14:46
Address Copilot review on #80:
- v1.0.0 is not released yet, so the in-progress 1.0.0 section is relabeled
  ## [Unreleased] and the #72-#75/#79 entries are merged into its subsections
  (Added/Changed/Fixed), rather than a separate top Unreleased.
- Remove the pre-existing stale ## [Unreleased] block (pre-1.0.0 'Memory
  Interchange Format'-era content, already superseded by the release sections).
- Reference links: [Unreleased] compares from v0.1.0; no broken [1.0.0] tag ref
  (there is no v1.0.0 release).
Restore every entry that the prior consolidation had dropped. Since v1.0.0 is
unreleased, all work since 0.1.0 now lives in one well-formed ## [Unreleased]
(Breaking Changes / Added / Changed / Removed / Fixed / Documentation /
Migration), merging the former [1.0.0] summary, the catch-all [Unreleased]
feature entries (subtype_of, EntityData, blocks, EntityReference, ontology
extends, VERSION.json, OntologyReference, citations, compression, ontologies,
Backstage, schema $id, discovery patterns, research docs, ...), and the
#72-#75/#79 work. [0.1.0] stub and reference links unchanged. No data lost
(verified against the original).
@zircote zircote merged commit 3b1fb6b into develop/v1.0.0 Jun 25, 2026
5 checks passed
@zircote zircote deleted the docs/changelog-unreleased branch June 25, 2026 18:58
@zircote zircote added this to the release/v1 milestone Jun 28, 2026
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.

2 participants