From 1d83720f46c43bca20323042e54a5bc7093e929e Mon Sep 17 00:00:00 2001 From: Yan Zhang Date: Wed, 28 Jul 2021 15:27:58 +0800 Subject: [PATCH] update changelog for 0.32.0 Signed-off-by: Yan Zhang --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index da17a14..7cc8a0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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