From c336cd71ccc4e5e849a16580debb27761baa4793 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 6 Jul 2025 09:00:30 +0000 Subject: [PATCH] Changelog update - v0.3.3 --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8b9f78..d69243b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ ## [Unreleased] +## [0.3.3] - 2025-07-06 + +- Improved type analysis and inspections for `MethodHandles#dropArguments` +- Fixed multi-threading issue + ## [0.3.2] - 2025-04-26 - chore: Changelog update - `v0.3.1` by @github-actions in https://github.com/SirYwell/HandleHints/pull/147 @@ -56,7 +61,8 @@ - Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template) -[Unreleased]: https://github.com/SirYwell/HandleHints/compare/v0.3.2...HEAD +[Unreleased]: https://github.com/SirYwell/HandleHints/compare/v0.3.3...HEAD +[0.3.3]: https://github.com/SirYwell/HandleHints/compare/v0.3.2...v0.3.3 [0.3.2]: https://github.com/SirYwell/HandleHints/compare/v0.3.1...v0.3.2 [0.3.1]: https://github.com/SirYwell/HandleHints/compare/v0.2.1...v0.3.1 [0.2.1]: https://github.com/SirYwell/HandleHints/compare/v0.2.0...v0.2.1