> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ragrails.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> How changelog entries are maintained.

Notable changes are recorded in `CHANGELOG.md` at the repository root, following [Keep a Changelog](https://keepachangelog.com/) conventions.

## Sections to update

Record changes under `[Unreleased]` during development. Move them under a version heading at release time.

Update the changelog when you ship:

* New or removed SDK methods, parameters, or result fields
* New or removed CLI commands or options
* New or removed REST API endpoints or request/response fields
* Breaking changes to any public interface
* Notable bug fixes that affect developer workflows

Docs structure changes, test improvements, and internal refactors do not need changelog entries.

## Format

```markdown theme={null}
## [Unreleased]

### Added
- Description of new capability.

### Changed
- Description of what changed and why.

### Removed
- Description of what was removed.
```
