PVERSE
DOCS

Changelog

Append-only record of documentation structure, policy, and content changes across PVERSE Docs.

Published: March 23, 2026
Updated: March 23, 2026
Section: DOCS
Core rule
Changelog entries are append-only. Past entries must never be rewritten. Add a new entry to correct, clarify, or supersede earlier documentation history.

Overview

This page records structural, policy, and documentation changes across PVERSE Docs. It tracks how the documentation evolves over time, not on-chain events, runtime system state, or operational incidents.

The Docs Changelog is a documentation-history surface. It preserves how the docs set changed, why a page moved, when a lane was introduced, when a naming rule was clarified, and how shared interpretation standards evolved.

Scope

Docs Changelog is for documentation-level changes such as:

  • navigation and hierarchy changes
  • page additions, removals, and reorganizations
  • terminology and definitions updates
  • boundary and responsibility clarifications such as Docs vs SSOT vs code
  • versioning-policy or conventions changes
  • metadata and template standardization

Docs Changelog does not record:

  • token allocation or supply events
  • market activation or trading state transitions
  • infrastructure incidents or outage reports
  • ledger or database state changes
  • on-chain events

Core Model

The changelog is append-only, structure-aware, and meaning-aware. A Docs Changelog entry should answer one of these questions: what changed in the documentation structure, what changed in documentation meaning, or what changed in documentation policy.

  • history is preserved and not silently rewritten
  • newest entries appear first
  • documentation meaning changes are logged, not implied
  • lane-specific changes may live in lane changelogs, but docs-wide structural changes belong here

Operational Behavior

When a docs-wide structure changes, such as adding a lane, renaming a shared route, or introducing a new documentation policy, that change should be logged here. If a change affects only one lane’s internal content, it should normally be logged in that lane’s own changelog and optionally referenced here if the wider docs structure or reading model changed.

Corrections must be additive. If an earlier entry needs clarification, create a later entry that references the correction rather than editing the old historical meaning out of existence.

Constraints

  • this page is not a deployment log, incident feed, or token event history
  • trivial cosmetic edits should not flood the changelog unless they affect interpretation or structure
  • lane-specific implementation detail should stay in lane-local changelogs where possible
  • dates and version references should remain stable and machine-readable

Integrity Considerations

Docs Changelog exists to preserve documentation memory. Without it, readers lose the ability to tell when a policy interpretation changed, when a lane split happened, or when a naming standard became canonical. This page protects that history by making documentation evolution explicit.

  • append-only history preserves reader trust
  • scope separation prevents docs history from becoming a generic system log
  • version references make structure changes easier to audit later

Version Reference

Docs use a versioned documentation model. Structural releases increment the Docs version. Version badges shown in the sidebar reflect the current Docs release line.

Tip
If a change affects a specific lane such as Token, Infrastructure, or Market, record it in that lane’s changelog and optionally add a short pointer here if it changes docs structure, reading policy, or cross-lane organization.

Changelog Format

Each entry follows a strict format to stay machine-readable and human-readable.

Entry Format

## YYYY-MM-DD — Version X.X

### Added
- ...

### Changed
- ...

### Clarified
- ...

### Removed
- ...

Allowed Change Types

  • Added — new pages, new sections, new lanes, new standards
  • Changed — modified structure, updated rules, navigation changes
  • Clarified — boundary clarifications and phrasing improvements without changing the core intent invisibly
  • Removed — deletions or retirements
  • Deprecated — retained but discouraged, usually scheduled for later removal

Entries

2026-02-19 — Version 1.2

Added

  • Introduced the REFERENCE lane as a shared cross-lane surface: Overview, Starter Index, Index by Topic, Definitions, Status Snapshot, Changelog Index, and FAQ.
  • Added a Docs-first navigation group for orientation and governance pages: Docs Map, Start Here, Protocol Boundaries, Versioning Policy, and Conventions.

Changed

  • Standardized the sidebar hierarchy to a lane-first structure with consistent Overview entry points per lane.
  • Unified documentation templates around a single operation-ready metadata block for SEO, Open Graph, Twitter, and JSON-LD to reduce drift and improve indexing consistency.

Clarified

  • Reinforced the responsibility boundary model: Docs define meaning and constraints, SSOT defines canonical numbers and config, and code enforces transitions and produces records.
  • Confirmed the changelog correction rule as strictly additive: corrections are appended and never applied as retroactive edits.

Removed

  • No removals in this release.

2026-02-05 — Version 1.1

Added

  • Established the INFRASTRUCTURE lane covering architecture, services, data, payment engine design, security model in infra scope, and operations.
  • Established the SECURITY lane covering principles, threat modeling, account safety, key safety, and disclosure or terms surfaces.

Changed

  • Expanded the sidebar structure to support lane growth while preserving a stable, non-flattened hierarchy.
  • Normalized metadata standards for canonical URLs and OG image sets to improve consistency across pages and devices.

Clarified

  • Placed operational runbooks under Infrastructure, not Security, because they are operatorship surfaces rather than threat-governance surfaces.
  • Clarified documentation placement: policy pages describe constraints, while implementation details live where enforcement occurs.

Removed

  • No removals in this release.

2026-01-20 — Version 1.0

Added

  • Published the initial lane structure: WHITEPAPER, FOUNDATION, GAME LANE, TOKEN, and MARKET.
  • Introduced baseline documentation patterns, including lane Overview pages and lane-local glossaries where required.

Changed

  • N/A (initial release).

Clarified

  • N/A (initial release).

Removed

  • N/A (initial release).

Relationship to Other Changelogs

This changelog covers Docs-level changes only. Lane-specific changelogs exist for deeper scope.

  • Token changelog records token documentation updates.
  • Infrastructure changelog records infrastructure documentation updates.
  • Market changelog records market documentation updates.
  • Security changelog records security documentation updates.
Rule of thumb
If the change affects navigation, structure, or a policy that spans multiple lanes, log it here. If it affects a single lane’s content, log it in that lane’s changelog and optionally link here.

Invariants

  • append-only entries; never rewrite history
  • newest entries appear first
  • dates use ISO format: YYYY-MM-DD
  • Docs version increments on structural releases
  • changelog language stays precise, descriptive, and operational

Future Expansion

This page may expand over time as the docs set grows, new lanes are introduced, or broader cross-lane policy changes become more frequent. Even as it grows, it should remain a documentation-history surface rather than turning into a generic status feed or infrastructure incident log.

Summary

  • Docs Changelog preserves the documentation timeline as an append-only historical record.
  • It records structure, policy, naming, and interpretation changes across the docs system.
  • It does not record runtime, on-chain, token, or infrastructure incident history.
  • Lane-specific changelogs should be used for lane-local content evolution.