Skip to content

docs: add CHANGELOG.md#1944

Open
zichen0116 wants to merge 1 commit into
cocoindex-io:mainfrom
zichen0116:docs/add-changelog
Open

docs: add CHANGELOG.md#1944
zichen0116 wants to merge 1 commit into
cocoindex-io:mainfrom
zichen0116:docs/add-changelog

Conversation

@zichen0116
Copy link
Copy Markdown

Summary

This PR adds a CHANGELOG.md file following the Keep a Changelog format to the project.

Changes

  • Add CHANGELOG.md with entries for recent versions (1.0.3 through 0.3.38)
  • Uses the widely adopted Keep a Changelog format
  • Includes links to the full GitHub Releases page for older versions

Why this matters

A changelog provides a clear, human-readable history of notable changes. While GitHub Releases exist, having a CHANGELOG.md in the repository root is a common convention that helps users quickly understand what changed between versions without navigating to GitHub's Releases page.

Format

The changelog follows Keep a Changelog v1.1.0 with sections:

  • Added for new features
  • Changed for changes in existing functionality
  • Deprecated for soon-to-be removed features
  • Removed for now removed features
  • Fixed for any bug fixes
  • Security in case of vulnerabilities

Checklist

  • CHANGELOG follows Keep a Changelog format
  • Recent version entries are accurate
  • Link to full GitHub Releases page included

Add a CHANGELOG.md following Keep a Changelog format. This provides a clear, standardized history of notable changes for the project, making it easier for users and contributors to track what has changed between versions.
@georgeh0 georgeh0 requested a review from badmonster0 May 9, 2026 04:48
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.

1 participant