From ddda9174a94dbafbbdd0bf2ee1e78821065d71bc Mon Sep 17 00:00:00 2001 From: "Andy Xu(devdiv)" Date: Wed, 29 Aug 2018 10:51:01 +0800 Subject: [PATCH] add change log for 0.12.0 (#382) * add change log for 0.12.0 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2f879d..89c5976 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ All notable changes to the "vscode-java-debugger" extension will be documented i The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 0.12.0 - 2018-8-29 +### Added +- Start without debugging. See [#351](https://github.com/Microsoft/vscode-java-debug/issues/351). +- Add the validation to mainClass and projectName before launching. See [#355](https://github.com/Microsoft/vscode-java-debug/issues/355). +- Add "Learn More" link jumps to the associated troubleshooting paragraph [#360](https://github.com/Microsoft/vscode-java-debug/issues/360). + +### Changed +- Put recently used main class in the top [#350](https://github.com/Microsoft/vscode-java-debug/issues/350). +- Enable evaluation for hovers [#297](https://github.com/Microsoft/vscode-java-debug/issues/297). +- Distinguish user errors and system errors [#288](https://github.com/Microsoft/vscode-java-debug/issues/288). + +### Fixed +- Fix: vulnerabilities issue [PR#356](https://github.com/Microsoft/vscode-java-debug/pull/356). +- Fix: NPE for CompletionsProvider [PR#206](https://github.com/Microsoft/java-debug/pull/206). +- Fix: Debugger slow when watching variables [#305](https://github.com/Microsoft/vscode-java-debug/issues/305). +- Fix: Should not include test classes in classpath [#111](https://github.com/Microsoft/vscode-java-debug/issues/111). + ## 0.11.0 - 2018-8-2 ### Added - Add a troubleshooting page for common errors. See [the troubleshooting guide](https://github.com/Microsoft/vscode-java-debug/blob/master/Troubleshooting.md). @@ -130,3 +147,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Callstacks - Threads - Debug console +