docs(#221): CHANGELOG — drop removed setImageCaption command mention

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
claude code agent 227
2026-06-29 01:46:49 +03:00
parent 43af3dd5f1
commit 1ddb386214

View File

@@ -13,8 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- **Editable captions for images.** Images gain an optional caption shown
below them, edited inline from the image bubble menu via a new
`setImageCaption` command and a `caption` attribute. Captions round-trip
below them, edited inline from the image bubble menu stored as a `caption` attribute. Captions round-trip
losslessly through markdown as a `data-caption` attribute on the image, so
they survive export/import unchanged. (#221)