diff --git a/CHANGELOG.md b/CHANGELOG.md index 78a3af081..4a9d9b7f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 32.38.0 + +# Android Client: +* Add variable description to VariableMutationException. +* Removed dependencies to `androidx.datastore:datastore` and `org.jetbrains.kotlin:kotlin-serialization`. + +# iOS Client: +* Fixed Lottie animation repeat_count semantics: repeat_count now means the number of additional plays (repeat_count=0 plays once, repeat_count=1 plays twice, repeat_count=-1 plays infinitely). +* The custom action function has been implemented. + +# Web Client: +* Changed `lottie`s `repeat_count` logic (to better align with other platforms). + + ## 32.37.0 # Android Client: diff --git a/client/web/divkit/CHANGELOG.md b/client/web/divkit/CHANGELOG.md index 999077f47..3f9bf0802 100644 --- a/client/web/divkit/CHANGELOG.md +++ b/client/web/divkit/CHANGELOG.md @@ -1,3 +1,8 @@ +## 32.38.0 (February 23, 2026) + +* Changed `lottie`s `repeat_count` logic (to better align with other platforms). + + ## 32.37.0 (February 16, 2026) * Added a warning about using gifs in the `div-image` component.