Skip to content

Commit

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

# [1.33.0 (February 15th, 2024)](https://github.com/eclipse/eclipse.jdt.ls/milestone/125?closed=1)
* enhancement - Add Unnamed classes (Java 21) preview support. See [#3042](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3042).
* enhancement - Add support for manual cleanup actions command. See [#3010](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3010).
* bug fix - Support Gradle 8.5 with Java 21. See [#3044](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3044).
* debt - Reduce duplicate code by consuming subprocessors (Javadoc, Getter/Setter, Serial version) from jdt.core.manipulation. See [#3036](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3036).

# [1.32.0 (February 1st, 2024)](https://github.com/eclipse/eclipse.jdt.ls/milestone/124?closed=1)
* enhancement - Add Unnamed patterns and variables (Java 21) preview support. See [#2963](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/2963).
* enhancement - Add quick fixes for for suppressing warnings using `@SuppressWarnings`. See [#2698](https://github.com/eclipse-jdtls/eclipse.jdt.ls/issues/2698).
Expand Down

0 comments on commit 6a84a2a

Please sign in to comment.