From d9f7fec8539b6e8873582887efb0dec26754471a Mon Sep 17 00:00:00 2001 From: ritz303 Date: Tue, 26 Sep 2023 01:56:04 -0500 Subject: [PATCH] docs: change log updates (#646) * 9/20/23 - ritz303 : Updated the change log * 9/20/23 - ritz303 : Added another info statement * 9/20/23 - ritz303 : Removed the added info statement --------- Co-authored-by: Aron Gunn --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d11f59b1a..d6cab784d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ # Change Log ## 0.7.0 (Sep 11th 2023) -- build - add zgrinber as jenkins release approver [#629](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/pull/629) -- build - add ishishov as jenkins release approver [#634](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/pull/634) -- build - add vbelouso as release approver [#635](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/pull/635) -- refactor - crda to rhda alpha [#636](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/pull/636) +- fixes - Improved overall performance and stability with the analysis report. +- informational - Alpha release of the new Red Hat Dependency Analytics (RHDA) extension. +- informational - Code base refactoring from CRDA to RHDA alpha. See [#636](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/pull/636) +- informational - Currently no support for Python and Go, but coming soon. ## 0.3.10 (May 22th 2022) - fixes - Extension breaks for Go version 1.17. See [#608](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/pull/608) - fixes - Retry failed stack analysis requests. See [#609](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/pull/609)