From a6ea8e2930a524b121cb2c74cccf8c17aaabd570 Mon Sep 17 00:00:00 2001 From: Igor Demin Date: Sun, 6 Jun 2021 23:35:47 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b510de723..ed6783ded9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ * Fix [Dragging prevents pointer move events](https://github.com/JetBrains/compose-jb/issues/134) * Fix [Dragging window to another display makes Icon show up incorrectly](https://github.com/JetBrains/compose-jb/issues/677) * Fix ["Padding must be non-negative" after resizing window with Slider and Box](https://github.com/JetBrains/compose-jb/issues/367) + * Breaking change [old Dialog/Menubar/Tray are moved to androidx.compose.ui.window.v1](https://android-review.googlesource.com/c/platform/frameworks/support/+/1685905) # M3 (Feb 2021) * Improve [TextField](https://github.com/JetBrains/compose-jb/issues/277)