From a1a008dcb826a28494fb6d67a5f5e3184dce3a40 Mon Sep 17 00:00:00 2001 From: Igor Demin Date: Sat, 20 Feb 2021 20:38:32 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e67fcab72b..4d0399ee20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,8 @@ * Support [SVG](https://github.com/JetBrains/compose-jb/issues/182) * Support [vsync](https://github.com/JetBrains/skiko/pull/44), [sync composition with rendering frames](https://android-review.googlesource.com/c/platform/frameworks/support/+/1534675) * Support [DirectX on Windows by default](https://github.com/JetBrains/skiko/pull/63) - * Implement [signing and notarization for macOS](https://github.com/JetBrains/compose-jb/tree/master/tutorials/Signing_and_notarization_on_macOS) * Support [software rendering fallback](https://github.com/JetBrains/skiko/pull/56) + * Implement [signing and notarization for macOS](https://github.com/JetBrains/compose-jb/tree/master/tutorials/Signing_and_notarization_on_macOS) * Improve Swing interoperability support [Swing component in Compose hierarchy](https://github.com/JetBrains/compose-jb/tree/master/tutorials/Swing_Integration#adding-a-swing-component-to-cfd-composition-using-swingpanel) * Support using [Compose in IntelliJ plugins](https://github.com/JetBrains/compose-jb/tree/master/examples/intelliJPlugin) * [Slightly reduce artifacts on window resize/start](https://github.com/JetBrains/skiko/pull/55)