From 78ddfea16c4e12542e06e873302461c1f919e851 Mon Sep 17 00:00:00 2001 From: Changyong Gong Date: Tue, 6 Jan 2026 14:16:32 +0800 Subject: [PATCH] Revise CHANGELOG for version 0.58.5 Updated the release date for version 0.58.5 and removed the added feature entry. --- CHANGELOG.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d8d574..c2638cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,7 @@ All notable changes to the "vscode-java-debugger" extension will be documented i The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 0.58.5 - 2025-12-17 -### Added -- Support custom debug java agent. [#1593](https://github.com/microsoft/vscode-java-debug/pull/1593). - +## 0.58.5 - 2026-01-06 ### Fixed - Fix `lspFrame.source.path` is null. [java-debug#618](https://github.com/microsoft/java-debug/pull/618).