Skip to content

Commit

Permalink
Changelog for 1.42.0
Browse files Browse the repository at this point in the history
Signed-off-by: Roland Grunberg <[email protected]>
  • Loading branch information
rgrunber committed Nov 28, 2024
1 parent 806786e commit b1dcda4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

# [1.42.0 (November 28th, 2024)](https://github.com/eclipse/eclipse.jdt.ls/milestone/134?closed=1)
* performance - Improve performance of code actions requests. See [#3321](https://github.com/eclipse-jdtls/eclipse.jdt.ls/issues/3321).
* performance - Improve performance of all language server requests that resolve a document URI. See [#3313](https://github.com/eclipse-jdtls/eclipse.jdt.ls/issues/3313).
* enhancement - Code action for unused pattern variable, lambda parameter, etc. and a clean up. See [#3319](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3319), [#3329](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3329).
* bug fix - Restore `JavaSE-17` as BREE for tests. See [#3326](https://github.com/eclipse-jdtls/eclipse.jdt.ls/issues/3326), [#3331](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3331).
* dependencies - Bump Tycho from 4.0.9 to 4.0.10. See [#3324](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3324).
* build - Open more requested system packages for tests with javac. See [#3320](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3320).
* debt - Remove unused `refactoringContributions` extension point. See [#3308](https://github.com/eclipse-jdtls/eclipse.jdt.ls/issues/3308).

# [1.41.0 (October 31st, 2024)](https://github.com/eclipse/eclipse.jdt.ls/milestone/133?closed=1)
* enhancement - Experimental support for using `javac` as the compiler. See [#3167](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3167), [#3299](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3299).
* bug fix - Intermittent failures to suggest Java core packages for completion & code actions. See [#3296](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3296).
Expand Down

0 comments on commit b1dcda4

Please sign in to comment.