docs(changelog): backfill Unreleased section for post-1.0.0 work#80
Merged
Conversation
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).
Contributor
There was a problem hiding this comment.
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:
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).
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.
Summary
Backfills
CHANGELOG.mdwith a## [Unreleased]section. The branch had no Unreleased section, so none of the post-1.0.0develop/v1.0.0work was changelogged.Changes
Documents work already merged into
develop/v1.0.0:1.0.0/latest/v1), brand applied to spec site, ecosystem docs rehomed to doc-site0.1.0schema mirror +v0aliasvalidate.ymlSHA-pinned + runs on all PRsschema-check.ymlrequired gatepropertiesfield, andcompressedAt/memoryTypelossless fixesTest Plan
Documentation only — no code or schema changes.
CHANGELOG.mdis the sole modified file.