From efc882be280d3c5bbb23d03dc241c683d82d473a Mon Sep 17 00:00:00 2001 From: Oleksandr Karpovich Date: Wed, 28 Feb 2024 12:00:43 +0100 Subject: [PATCH] Update CHANGELOG.md (#4384) Co-authored-by: Igor Demin --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a5d8a8c99..cced6389e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,9 @@ _Changes since 1.5.12_ #### Desktop - [Remove deprecated APIs in `TooltipArea` and `PointerEvent`](https://github.com/JetBrains/compose-multiplatform-core/pull/1029) +#### Web (k/js) +- Libraries which depend on earlier Compose Multiplatform version are not compatible with 1.6.0 anymore. This is because decoys generation was disabled. Projects which apply Compose Compiler plugin manually need to remove this argument: `plugin:androidx.compose.compiler.plugins.kotlin:generateDecoys=true`. + ## Features #### Common