Signed-off-by: Yan Zhang <yanzh@microsoft.com>
This commit is contained in:
Yan Zhang 2021-07-28 15:27:58 +08:00
Родитель 29b1472881
Коммит 1d83720f46
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -7,8 +7,12 @@ All notable changes to the "vscode-maven" extension will be documented in this f
- Visualize dependencies in Maven explorer.
- Resolve dependency conflicts.
### Changed
- Present Effective POMs better with content provider API. [#680](https://github.com/microsoft/vscode-maven/pull/680)
### Fixed
- Environment varibles not loaded on calculating effective POM. [#637](https://github.com/microsoft/vscode-maven/issues/637)
- Effective POM was not update-to-date. [#681](https://github.com/microsoft/vscode-maven/pull/681)
## 0.31.0
### Added