|
1 | 1 | # Change Log
|
2 | 2 |
|
| 3 | +# [1.40.0 (September 26th, 2024)](https://github.com/eclipse/eclipse.jdt.ls/milestone/132?closed=1) |
| 4 | + * performance - Consider token to limit the chains that are searched. See [#2835](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/2835). |
| 5 | + * enhancement - Provide support for Java 23. See [#3278](https://github.com/eclipse-jdtls/eclipse.jdt.ls/issues/3278), [#3282](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3282). |
| 6 | + * enhancement - Support dynamic code actions through LSP snippet syntax. See [#3229](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3229), [#3267](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3267). |
| 7 | + * enhancement - Control scope for search operations (eg. references, call hierarchy, workspace symbols). See [#3252](https://github.com/eclipse-jdtls/eclipse.jdt.ls/issues/3252). |
| 8 | + * enhancement - Introduce new type mismatch quickfix for constructor invocations. See [#3241](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3241). |
| 9 | + * enhancement - Add "Organize Imports" as a clean up. See [#3272](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3272). |
| 10 | + * bug fix - Import Gradle project via. Buildship if Gradle Build Server is not available. See [#3245](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3245). |
| 11 | + * bug fix - Copy/paste will not escape content within String literal when code has error. See [#3268](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3268). |
| 12 | + * bug fix - Allow "remove abstract" quickfix under `javac`. See [#3259](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3259). |
| 13 | + * bug fix - Fix license check workflow after repository move. See [#3264](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3264). |
| 14 | + * bug fix - Update supported Java versions in `README.md`. See [#3266](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3266). |
| 15 | + * bug fix - `CompletionHandlerTest#testCompletion_Lambda` fails randomly. See [#3263](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3263). |
| 16 | + * bug fix - Improve rename tests so they can work with `javac`. See [#3260](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3260). |
| 17 | + * bug fix - Fix `ConnectionStreamFactory` with `javac`. See [#3258](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3258). |
| 18 | + * dependencies - Bump tycho-version from 4.0.8 to 4.0.9. See [#3276](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3276). |
| 19 | + |
3 | 20 | # [1.39.0 (August 28th, 2024)](https://github.com/eclipse/eclipse.jdt.ls/milestone/131?closed=1)
|
4 | 21 | * enhancement - Support custom source file extensions. See [#3222](https://github.com/eclipse-jdtls/eclipse.jdt.ls/issues/3222).
|
5 | 22 | * enhancement - Notify that enabling preview features on incompatible compliance level fails build. See [#3131](https://github.com/eclipse-jdtls/eclipse.jdt.ls/issues/3131).
|
|
0 commit comments