We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cf41ac commit 40ec8adCopy full SHA for 40ec8ad
CHANGELOG.md
@@ -3,6 +3,12 @@ All notable changes to the language server will be documented in this file.
3
4
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
5
6
+## [0.8.0]
7
+- Tagged deprecation/unused variable warnings
8
+- Kotlin 1.4.20 support
9
+- New formatter (ktfmt)
10
+- Java 11+ is now required
11
+
12
## [0.7.1]
13
14
## [0.7.0]
gradle.properties
@@ -1,2 +1,2 @@
1
-projectVersion=0.7.1
+projectVersion=0.8.0
2
kotlinVersion=1.4.20-release-327
0 commit comments