From 6b03cf1d1806d6e74e9e3709a5a57e92633e3376 Mon Sep 17 00:00:00 2001 From: chanhx Date: Wed, 27 Mar 2024 22:29:13 +0800 Subject: [PATCH] [vscode] Fix Changelog --- editors/code/CHANGELOG.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/editors/code/CHANGELOG.md b/editors/code/CHANGELOG.md index 96111cb..244f99c 100644 --- a/editors/code/CHANGELOG.md +++ b/editors/code/CHANGELOG.md @@ -1,11 +1,5 @@ # Change Log -## 0.3.2 (2024.1.23) - -### Fixed - -* Error in language detection ([#25](https://github.com/chanhx/crabviz/issues/25)) - ## 0.4.0 (2024.3.27) ### Improvements @@ -22,6 +16,13 @@ * Function call graph generation error when involving recursive functions * Call graph generation errors on Windows +## 0.3.2 (2024.1.23) + +### Fixed + +* Error in language detection ([#25](https://github.com/chanhx/crabviz/issues/25)) + + ## 0.3.1 (2023.12.24) ### Fixed