Skip to content

Commit 47bbb87

Browse files
committed
CHANGELOG for 0.13.1
Signed-off-by: David Thompson <davthomp@redhat.com>
1 parent b26fc57 commit 47bbb87

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Tools for MicroProfile Changelog
22

3+
## [0.13.1](https://github.com/redhat-developer/vscode-microprofile/milestone/15?closed=1) (April 22, 2025)
4+
5+
### Performance
6+
* Skip making a fake project if only sources are being scanned. See [eclipse-lsp4mp/lsp4mp#494](https://github.com/eclipse-lsp4mp/lsp4mp/pull/494).
7+
8+
### Bug Fixes
9+
* Do not suggest method or field snippets when the cursor is outside the top level type declaration. See [eclipse-lsp4mp/lsp4mp#476](https://github.com/eclipse-lsp4mp/lsp4mp/pull/476).
10+
* Guard against annotation binding failing to resolve. See [eclipse-lsp4mp/lsp4mp#492](https://github.com/eclipse-lsp4mp/lsp4mp/pull/492).
11+
* Fix cases where the JDT component would sometimes fail to find an inner class. See [eclipse-lsp4mp/lsp4mp#479](https://github.com/eclipse-lsp4mp/lsp4mp/pull/479), [#480](https://github.com/eclipse-lsp4mp/lsp4mp/pull/480).
12+
313
## [0.13.0](https://github.com/redhat-developer/vscode-microprofile/milestone/14?closed=1) (October 22, 2024)
414

515
### Bug Fixes

0 commit comments

Comments
 (0)