From 441160c77e981f663c59af4cb11e6a7b79da33d1 Mon Sep 17 00:00:00 2001 From: Ramya Achutha Rao Date: Tue, 23 Apr 2019 11:53:49 -0700 Subject: [PATCH] Changelog updated for 0.10.0 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72de090c9..08172f60c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.10.0 - 17th April, 2019 +## 0.10.0 - 23rd April, 2019 ### Go Modules support improvements @@ -15,6 +15,8 @@ * [Aswin M Prabhu (@aswinmprabhu)](https://github.com/aswinmprabhu) * Refactor commands to extract functions and variables using [godoctor](https://github.com/godoctor/godoctor). [Feature Request 588](https://github.com/Microsoft/vscode-go/issues/588) implemented with [PR 2139](https://github.com/Microsoft/vscode-go/pull/2139) + - `Go: Extract to function` + - `Go: Extract to variable` ### Debugging improvements