From 6217ca7c69604c50bd94741a59505d12b495b690 Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Fri, 3 Sep 2021 10:09:24 +0200 Subject: [PATCH] CHANGELOG update --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe28bd6..0515c64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,14 @@ ## [Unreleased] ### Added -- Plugin Signing run configuration +- Plugin Signing - Qodana integration - Functional tests -- UI tests -- `Run Qodana` run configuration -- Suppress `UnusedProperty` inspection for the `kotlin.stdlib.default.dependency` in `gradle.properties` +- Compatibility with Java 11 +- `Run Qodana` and `Run IDE for UI Tests` run configurations - Use Gradle `wrapper` task to handle Gradle updates - JVM compatibility version extracted to `gradle.properties` file +- Suppress `UnusedProperty` inspection for the `kotlin.stdlib.default.dependency` in `gradle.properties` ### Changed - GitHub Actions: Use Java 11