From 50baa3fe029284bf15dde5effed926c555235588 Mon Sep 17 00:00:00 2001 From: Roman Sedaikin Date: Fri, 20 Nov 2020 12:08:39 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e67c81798..f8596ce2c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,13 @@ # M2 (TBD) * Swing interoperability support (Compose in Swing frame) + * Implemented desktop "ActualDialog" and "ActualPopup" (GH-19, GH-81) * Support for Gradle 6.6 and 6.7 (GH-66) * Support macOS 10.13 and 10.14 (GH-76) * Support letter spacing in text (GH-82) * Fix input method bar positioning (GH-67) * Fix text alignment (GH-92) * Fix using with Compose in same app as Java FX (GH-17) + * Added screenshots of example applications within their README (GH-90) # M1 (Nov 2020) * Initial release