From 57308bc3f3ca6f0f3b7397cf5954f3fc80a732a5 Mon Sep 17 00:00:00 2001 From: claude code agent 227 Date: Mon, 29 Jun 2026 02:07:41 +0300 Subject: [PATCH] docs(#221): fix CHANGELOG grammar after setImageCaption removal (F8) Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c6e1caa..eac75aef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +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 stored as a `caption` attribute. Captions round-trip + below them, edited inline from the image bubble menu and 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)