Skip to content

Commit 8a4aea1

Browse files
authored
Update CHANGELOG.md
1 parent 9a5080b commit 8a4aea1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

vscode/CHANGELOG.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
-->
2525

2626
<!-- This file has been modified for Oracle Java SE extension -->
27-
## Version 1.0.1
27+
## Version 1.0.1 (February 22nd, 2024)
2828
### What’s Changed
2929

3030
### Enhancements
31-
* Working with JDK 22 ea binaries added https://github.com/apache/netbeans/pull/6742
31+
* Implementing support for features in JDK 22 by utilizing OpenJDK 22 Early Access binaries https://github.com/apache/netbeans/pull/6742
3232
* [JAVAVSCODE-16] Added option for running any Java project using context menu https://github.com/oracle/javavscode/pull/75
3333
* [JAVAVSCODE-22] Added support for using different jdk in each workspace and deprecated jdk.userdir configuration https://github.com/oracle/javavscode/pull/67
3434
* [JAVAVSCODE-28] Include TestNG tests in the test explorer.https://github.com/oracle/javavscode/pull/40
@@ -38,12 +38,11 @@
3838
* [JAVAVSCODE-76] Support for parameter hints added https://github.com/apache/netbeans/pull/6476
3939
* [JAVAVSCODE-78] Added checksum match for jdk downloader https://github.com/oracle/javavscode/pull/81
4040
* [JAVAVSCODE-80] Renamed downloaded jdk binaries so that it is not replaced by the already present binaries https://github.com/oracle/javavscode/pull/82
41-
* Upgraded available JDK versions in JDK downloader https://github.com/oracle/javavscode/pull/104
4241
* Update to NetBeans 20 https://github.com/oracle/javavscode/pull/92
4342

4443
### Bugs
4544
* [JAVAVSCODE-23] Class outline/structure missing in some cases fixed https://github.com/apache/netbeans/pull/6642
46-
* [JAVAVSCODE-24] Error on formatting pom.xml fixed https://github.com/apache/netbeans/pull/6631
45+
* [JAVAVSCODE-24] Error on formatting pom.xml fixed https://github.com/apache/netbeans/pull/6631
4746
* [JAVAVSCODE-26] Don’t create “lock files” in the user’s project folders https://github.com/apache/netbeans/pull/6690
4847
* [JAVAVSCODE-35] String templates break formatting fixed https://github.com/apache/netbeans/pull/6637
4948
* [JAVAVSCODE-48] Renaming variable fails when using string template fixed https://github.com/apache/netbeans/pull/6637
@@ -70,5 +69,5 @@
7069

7170
**Full Changelog**: https://github.com/oracle/javavscode/compare/v1.0.0...v1.0.0.1
7271

73-
## Version 1.0.0
72+
## Version 1.0.0 (October 18th, 2023)
7473
* Initial release

0 commit comments

Comments
 (0)