From ee78311d1bc936bf8326dfdfd8491268f1809952 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 08:22:00 +0000 Subject: [PATCH] chore(main): release 4.0.2 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e2a7fd..fd72263 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.0.2](https://github.com/nvim-java/nvim-java/compare/v4.0.1...v4.0.2) (2025-12-10) + + +### Bug Fixes + +* vim.lsp.buf.document_symbol returns nothing for jdtls ([#449](https://github.com/nvim-java/nvim-java/issues/449)) ([625f48f](https://github.com/nvim-java/nvim-java/commit/625f48ffedc735ac6284316e16daa99ba012a996)) + ## [4.0.1](https://github.com/nvim-java/nvim-java/compare/v4.0.0...v4.0.1) (2025-12-05)