Skip to content

Commit 4701156

Browse files
committed
Updated CHANGELOG.md
1 parent b3e380f commit 4701156

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

vscode/CHANGELOG.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!--
44
5-
Copyright (c) 2023, Oracle and/or its affiliates.
5+
Copyright (c) 2023-2024, Oracle and/or its affiliates.
66
77
Licensed to the Apache Software Foundation (ASF) under one
88
or more contributor license agreements. See the NOTICE file
@@ -23,7 +23,25 @@
2323
2424
-->
2525

26-
<!-- This file has been modified for Oracle Java SE extension -->
26+
## Version 23.0.1
27+
### What's Changed
28+
29+
#### Bugs
30+
* [JAVAVSCODE-217] Remove grouping of test runner cases to fix incorrect results https://github.com/oracle/javavscode/pull/307
31+
* [JAVAVSCODE-249] Fixed code folding for if-else https://github.com/oracle/javavscode/pull/304 and https://github.com/oracle/javavscode/pull/308
32+
* [JAVAVSCODE-291] Fixed JDK Downloader to NOT offer Windows ARM64 option https://github.com/oracle/javavscode/pull/294
33+
* [JAVAVSCODE-300] Fixed launching of NBLS when arguments contain spaces https://github.com/oracle/javavscode/pull/301
34+
* Fixed "Move Refactoring" for some buggy cases https://github.com/oracle/javavscode/pull/320
35+
36+
#### Other Changes
37+
* Remove the usage of java SecurityManager in NBLS https://github.com/oracle/javavscode/pull/318
38+
* Refactored extension frontend code for better maintainability and tests https://github.com/oracle/javavscode/pull/292 and https://github.com/oracle/javavscode/pull/310
39+
* Renamed command label "New from Template" to "New File from Template" for better understandability https://github.com/oracle/javavscode/pull/323
40+
* Updated JDK Downloader URLs for Oct24 CPUs https://github.com/oracle/javavscode/pull/294
41+
* Updated JVSC Git repo to use Git submodules for ease of use: NB & NB-l10n https://github.com/oracle/javavscode/pull/295
42+
* Fix l10n translations for important modules/keys of the NetBeans LS https://github.com/oracle/javavscode/pull/325
43+
44+
**Full Changelog**: https://github.com/oracle/javavscode/compare/v23.0.0...v23.0.1
2745

2846
## Version 23.0.0
2947
### What's Changed

0 commit comments

Comments
 (0)