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)