From 3864915d535aa82257fb07826009b695d39300ef Mon Sep 17 00:00:00 2001 From: Roger Howell Date: Fri, 17 Sep 2021 12:59:02 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 30 +++--------------------------- 1 file changed, 3 insertions(+), 27 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d8c6bc..ac66151 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,35 +1,11 @@ # Changelog ## [Unreleased] -### Added - ### Changed +- Builds now require JDK11 minimum, per IntelliJ Plugin requirement +- Upgraded to using JavaParser v3.23.0 +- Multiple other dependency updates -### Deprecated - -### Removed - -### Fixed - -### Security -## [0.5.0] -### Added -- Detection of the IntelliJ's project language level, and default to that within the AST Inspector - -### Changed -- Upgraded to using JavaParser v3.22.1 -- Upgraded multiple dependencies -- Made the plugin `dumbAware`, enabling it to be used while the project is being indexed -- The exporters now use the system's newline, rather than `\n` - -### Deprecated - -### Removed - -### Fixed -- Exporters now respect the `include new line` configuration option - -### Security ## [0.5.0] ### Added