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