You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,16 @@ All notable changes to the "vscode-java-test" extension will be documented in th
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
7
+
## 0.41.0
8
+
### Added
9
+
- Support test coverage. [#387](https://github.com/microsoft/vscode-java-test/issues/387)
10
+
- Support when clause for test configurations. [#1627](https://github.com/microsoft/vscode-java-test/issues/1627), contributed by [@ReubenFrankel](https://github.com/ReubenFrankel)
11
+
12
+
### Fixed
13
+
- Upgrade tycho to v4.0.5. [#1656](https://github.com/microsoft/vscode-java-test/issues/1656), contributed by [@baronswindle](https://github.com/baronswindle)
14
+
- Correct JDK requirement in readme page. [PR#1667](https://github.com/microsoft/vscode-java-test/pull/1667), contributed by [@hacke2](https://github.com/hacke2)
15
+
16
+
7
17
## 0.40.1
8
18
### Fixed
9
19
- The working directory is not set to folder opened in VS Code when it's unmanaged folder. [#1606](https://github.com/microsoft/vscode-java-test/issues/1606)
0 commit comments