Update Changelog
Add entries to docs/changelog.md following Keep a Changelog format.
Format
markdown
## YYYY-MM-DD ### Added - **Feature name** — User-facing description ### Changed - Description of behavior change ### Fixed - Description of bug fix
Rules
- •Use today's date in
YYYY-MM-DDformat - •Add new dates at top (after first
---separator) - •Use
---between date sections - •Bold significant features:
**Feature** — Description - •Only include categories that have entries
- •Be user-focused, not implementation-focused
Categories
- •Added: New features
- •Changed: Changes to existing functionality
- •Fixed: Bug fixes
- •Deprecated: Soon-to-be removed features
- •Removed: Removed features
- •Security: Security fixes