From 70ced0d95f5bc879794d91440cff3de3bc500459 Mon Sep 17 00:00:00 2001 From: gabrielmoro Date: Sat, 11 Jul 2026 15:09:12 -0300 Subject: [PATCH] docs: add 1.4.1 changelog entry --- kotlin/CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/kotlin/CHANGELOG.md b/kotlin/CHANGELOG.md index a966a18d..7c10ded6 100644 --- a/kotlin/CHANGELOG.md +++ b/kotlin/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to the JujubaSVG Kotlin/Android library. --- +## 1.4.1 + +### Changed +- Replaced `MutableSharedFlow` with `Channel` for command handling to improve backpressure and lifecycle safety ([#111](https://github.com/CodandoTV/jujubaSVG/pull/111)) + +### Fixed +- Corrected y-coordinate assignment in `OnClickedJSMessageHandler` so click coordinates map accurately ([#111](https://github.com/CodandoTV/jujubaSVG/pull/111)) + +--- + ## 1.4.0 - Compose Multiplatform Support