Skip to content

Commit e313354

Browse files
Prepare changelog for 0.21.0 release (#636)
* Prepare changelog for 0.21.0 release * Update CHANGELOG.md
1 parent 9b0052e commit e313354

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ All notable changes to the "vscode-java-debugger" extension will be documented i
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## 0.21.0 - 2019-08-26
8+
### Added
9+
- Add `Run` and `Debug` menu in the context menu of file explorer/editor. [#626](https://github.com/microsoft/vscode-java-debug/issues/626).
10+
11+
### Changed
12+
- Remove hard dependency of redhat.java. [PR#617](https://github.com/microsoft/vscode-java-debug/pull/617).
13+
- Change the default console to integrated terminal. [#605](https://github.com/microsoft/vscode-java-debug/issues/605).
14+
15+
### Fixed
16+
- Java language server is activated by mistake when debugging a non-Java project. [#238](https://github.com/microsoft/vscode-java-debug/issues/238).
17+
- Contribution from [pi1024e](https://github.com/pi1024e): Fix UI typos. [PR#630](https://github.com/microsoft/vscode-java-debug/pull/630).
18+
19+
Thank [pi1024e](https://github.com/pi1024e) for contribution.
20+
721
## 0.20.0 - 2019-07-01
822
### Fixed
923
- Fix: Adding wrong jar version to the classpath. [#566](https://github.com/microsoft/vscode-java-debug/issues/566).

0 commit comments

Comments
 (0)