Skip to main content

Changelog

All notable changes to the Claude Code Meta documentation are documented here.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • What's New section for tracking updates
  • Full-text search functionality
  • Breadcrumb navigation

[1.0.0] - 2026-01-21

Added

  • Initial documentation site
  • Getting Started guides (installation, first session, configuration)
  • Features documentation (CLI commands, IDE integrations, MCP, GitHub, hooks, skills, plugins)
  • Best Practices guides (workflow tips, security, context management, TDD)
  • Ecosystem documentation (agent orchestrators, safety tools, skills frameworks)
  • Blog section for announcements

How to Add Changelog Entries

When making changes to the documentation:

  1. Add your changes under the [Unreleased] section

  2. Use the appropriate category:

    • Added - New features or documentation
    • Changed - Changes to existing functionality
    • Deprecated - Features that will be removed
    • Removed - Features that have been removed
    • Fixed - Bug fixes
    • Security - Security-related changes
  3. When releasing, move unreleased changes to a new version heading with the date