diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index fadfe1d..515baf5 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -22,6 +22,35 @@ under the License. --> +## Version 25.0.0 +### What's Changed + + +#### Enhancements +* Introduction of Java Notebook [#464](https://github.com/oracle/javavscode/pull/464) +* Open JShell in project context [#464](https://github.com/oracle/javavscode/pull/464) +* Upgrade to NB-27 [#456](https://github.com/oracle/javavscode/pull/456) + * Full JDK 25 support + * Inlined values inside debugger + * Improved Gradle 9 support + * And more ... +* Improved support for JDK 25 + * Improved support for Module imports [#474](https://github.com/oracle/javavscode/pull/474) + * Improved support for Compact source files [#466](https://github.com/oracle/javavscode/pull/466) +* Backport of important patches from NB28 [#473](https://github.com/oracle/javavscode/pull/473) + +#### Bug Fixes +* Fixed Run and Debug hanging when more than 2 main classes in the project [#468](https://github.com/oracle/javavscode/pull/468) +* Fixed "Launch Java App" related to launch app [#468](https://github.com/oracle/javavscode/pull/468) + +#### Other Changes +* Translation of new messages to ja and zh-cn [#464](https://github.com/oracle/javavscode/pull/464) +* Graceful close handler implementation in Netbeans Language Server [#458](https://github.com/oracle/javavscode/pull/458) +* Message labels updates and improvements [#471](https://github.com/oracle/javavscode/pull/471) + + +**Full Changelog**: https://github.com/oracle/javavscode/compare/v24.1.1...v25.0.0 + ## Version 24.1.1 ### What's Changed