# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

---

## [Unreleased]

---

## How to Update This Changelog

1. Create a dated change file in `docs/history/changelog/`:
   `docs/history/changelog/YYYY-MM-DD-feature-name.md`

2. Update this CHANGELOG.md with a high-level summary linking to the detail file

3. Follow Keep a Changelog categories:
   - **Added** for new features
   - **Changed** for changes in existing functionality
   - **Deprecated** for soon-to-be removed features
   - **Removed** for now removed features
   - **Fixed** for bug fixes
   - **Security** for security improvements
