File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,14 @@ All notable changes to the language server will be documented in this file.
3
3
4
4
Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
5
5
6
+ ## [ 0.4.0]
7
+ - Add support for Kotlin DSL buildscripts
8
+ - Add support for non-Maven/Gradle projects
9
+ - Improve Java-to-Kotlin converter
10
+ - Use the Field icon instead of Property icon in completion lists
11
+ - Add experimental support for multiplatform projects
12
+ - Introduce the 'kls' URI scheme
13
+
6
14
## [ 0.3.0]
7
15
- Improve trailing lambda completions
8
16
- Provide completions for generic extension methods
Original file line number Diff line number Diff line change 1
- projectVersion =0.3 .0
1
+ projectVersion =0.4 .0
2
2
teamCityUrl =https://teamcity.jetbrains.com
3
3
teamCityUsername =guest
4
4
teamCityPassword =guest
You can’t perform that action at this time.
0 commit comments