From b67a0ad7d18b2292993051f14490cce0fb00954c Mon Sep 17 00:00:00 2001 From: Nikolay Igotti Date: Thu, 26 Nov 2020 19:22:24 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b631ea8786..f4bf841232 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,16 @@ -# M2 (TBD) +# M2 (Dec 2020) * Swing interoperability support (Compose in Swing frame) - * Implemented desktop "ActualDialog" and "ActualPopup" (GH-19, GH-81) * Support of [XML vector images](https://developer.android.com/guide/topics/graphics/vector-drawable-resources) * Support for Gradle 6.6 and 6.7 (GH-66) * Support macOS 10.13 and 10.14 (GH-76) + * Support Apple Silicon (am64) natively * Support letter spacing in text (GH-82) + * Implemented desktop "ActualDialog" and "ActualPopup" (GH-19, GH-81) * Fix input method bar positioning (GH-67) * Fix text alignment (GH-92) + * Fix dropdown/popup positioning (GH-139) * Fix using with Compose in same app as Java FX (GH-17) - * Added screenshots of example applications within their README (GH-90) + * Added screenshots of example apps (GH-90) # M1 (Nov 2020) * Initial release