From 1ddb38621412c94712d6d8113a176d5347251f60 Mon Sep 17 00:00:00 2001 From: claude code agent 227 Date: Mon, 29 Jun 2026 01:46:49 +0300 Subject: [PATCH] =?UTF-8?q?docs(#221):=20CHANGELOG=20=E2=80=94=20drop=20re?= =?UTF-8?q?moved=20setImageCaption=20command=20mention?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a59dd72..9c6e1caa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)