Skip to content

Commit e6779be

Browse files
committed
Updated CHANGELOG.md
1 parent e686355 commit e6779be

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

vscode/CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,30 @@
2424
-->
2525

2626
<!-- This file has been modified for Oracle Java SE extension -->
27+
28+
## Version 22.1.2
29+
### What's Changed
30+
31+
### Bugs
32+
* [JAVAVSCODE-96] Honour SuppressWarnings annotations for `unused` entities https://github.com/oracle/javavscode/pull/227
33+
* [JAVAVSCODE-182] Show the constructor's JavaDoc on hovering over its usage; instead of the class' JavaDoc https://github.com/oracle/javavscode/pull/238
34+
* [JAVAVSCODE-185] Formatting of XML (pom.xml) files fixed https://github.com/oracle/javavscode/pull/226
35+
* [JAVAVSCODE-190] Upgrade Gradle tooling to support JDK-22 https://github.com/oracle/javavscode/pull/220
36+
* [JAVAVSCODE-194] Support uncommon inline tags in JavaDoc re-formatting, instead of producing incorrectly formatted block tags https://github.com/oracle/javavscode/pull/237
37+
* [JAVAVSCODE-196] Fixed run Configuration section is unavailable in the Explorer panel for non-workspace opened Java files https://github.com/oracle/javavscode/pull/210
38+
* [JAVAVSCODE-199] Fixed Quick Fix actions are unable to edit runConfig options in global settings for non-workspace opened Java files https://github.com/oracle/javavscode/pull/211
39+
* [JAVAVSCODE-214] Fixed Source Actions menu https://github.com/oracle/javavscode/pull/227
40+
41+
### Other Changes
42+
* [JAVAVSCODE-223] Updated BUILD.md https://github.com/oracle/javavscode/pull/225
43+
* Updated README.md https://github.com/oracle/javavscode/pull/228
44+
* Ant build script reorganization for patches and clean-netbeans https://github.com/oracle/javavscode/pull/234
45+
* Pre-commit hook to check artifactory urls in package-lock.json https://github.com/oracle/javavscode/pull/192
46+
* Bump up axios to 1.7.4 https://github.com/oracle/javavscode/pull/241
47+
* Upgraded node-jsonc-parser library https://github.com/oracle/javavscode/pull/200
48+
49+
**Full Changelog**: https://github.com/oracle/javavscode/compare/v22.1.1...v22.1.2
50+
2751
## Version 22.1.1
2852
### What's Changed
2953

0 commit comments

Comments
 (0)