diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e1bf562a..c8bb69a01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 32.17.0 + +# Android Client: +* Support `div-text-range` `mask` property. +* Support item_spacing and line_spacing for container. + +# iOS Client: +* Fixed a crash in the gallery when deleting items. +* Fixed bug with switching tabs with dynamic height. + +# Web Client: +* Added support for the `item_spacing` and `line_spacing` properties in `container`. + + ## 32.16.0 # Android Client: diff --git a/client/web/divkit/CHANGELOG.md b/client/web/divkit/CHANGELOG.md index 1413566b1..1a3b03094 100644 --- a/client/web/divkit/CHANGELOG.md +++ b/client/web/divkit/CHANGELOG.md @@ -1,3 +1,8 @@ +## 32.17.0 (September 15, 2025) + +* Added support for the `item_spacing` and `line_spacing` properties in `container`. + + ## 32.15.0 (September 1, 2025) * Fixed a bug that could cause duplicates to appear in `item_builder` after updating data.