Skip to content

Commit e772f5c

Browse files
Merge pull request #118 from Achal1607/updated-changelog-order
Updated CHANGLOG order to descending
2 parents ee7d758 + 8a4aea1 commit e772f5c

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

vscode/CHANGELOG.md

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

2626
<!-- This file has been modified for Oracle Java SE extension -->
27-
28-
## Version 1.0.0
29-
* Initial release
30-
31-
## Version 1.0.1
27+
## Version 1.0.1 (February 22nd, 2024)
3228
### What’s Changed
3329

3430
### Enhancements
35-
* 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
3632
* [JAVAVSCODE-16] Added option for running any Java project using context menu https://github.com/oracle/javavscode/pull/75
3733
* [JAVAVSCODE-22] Added support for using different jdk in each workspace and deprecated jdk.userdir configuration https://github.com/oracle/javavscode/pull/67
3834
* [JAVAVSCODE-28] Include TestNG tests in the test explorer.https://github.com/oracle/javavscode/pull/40
@@ -42,12 +38,11 @@
4238
* [JAVAVSCODE-76] Support for parameter hints added https://github.com/apache/netbeans/pull/6476
4339
* [JAVAVSCODE-78] Added checksum match for jdk downloader https://github.com/oracle/javavscode/pull/81
4440
* [JAVAVSCODE-80] Renamed downloaded jdk binaries so that it is not replaced by the already present binaries https://github.com/oracle/javavscode/pull/82
45-
* Upgraded available JDK versions in JDK downloader https://github.com/oracle/javavscode/pull/104
4641
* Update to NetBeans 20 https://github.com/oracle/javavscode/pull/92
4742

4843
### Bugs
4944
* [JAVAVSCODE-23] Class outline/structure missing in some cases fixed https://github.com/apache/netbeans/pull/6642
50-
* [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
5146
* [JAVAVSCODE-26] Don’t create “lock files” in the user’s project folders https://github.com/apache/netbeans/pull/6690
5247
* [JAVAVSCODE-35] String templates break formatting fixed https://github.com/apache/netbeans/pull/6637
5348
* [JAVAVSCODE-48] Renaming variable fails when using string template fixed https://github.com/apache/netbeans/pull/6637
@@ -74,3 +69,5 @@
7469

7570
**Full Changelog**: https://github.com/oracle/javavscode/compare/v1.0.0...v1.0.0.1
7671

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

0 commit comments

Comments
 (0)