From 0b2155b32e3caa3e5156329995f6dba0d11a2c7d Mon Sep 17 00:00:00 2001 From: Ramya Achutha Rao Date: Sun, 20 Nov 2016 19:38:09 -0800 Subject: [PATCH] Updating Changelog and package.json for 0.6.50 update --- CHANGELOG.md | 17 ++++++++++++++++- package.json | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f383ce877..486f34eec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,19 @@ -## 0.6.48 - 10th November, 2016 +## 0.6.50 - 21st November, 2016 +* [lixiaohui (@leaxoy)](https://github.com/leaxoy), [Arnaud Barisain-Monrose (@abarisain)](https://github.com/abarisain), [Zac Bergquist (@zmb3)](https://github.com/zmb3) and [Ramya Rao (@ramya-rao-a)](https://github.com/ramya-rao-a) + * Added option to use `gogetdoc` for Goto Definition , Hover and Signature Help features. [PR 622](https://github.com/Microsoft/vscode-go/pull/622) To use this, add a setting `"go.docstool": "gogetdoc"` to your settings. This fixes the below bugs + * [#440](https://github.com/Microsoft/vscode-go/issues/440) Hover info does not show doc string for structs + * [#442](https://github.com/Microsoft/vscode-go/issues/442) Goto Definition, Hover, Signature Help do not work for `net` package + * [#496](https://github.com/Microsoft/vscode-go/issues/496) Goto Definition, Hover, Signature Help do not work for Dot imported functions + * [#515](https://github.com/Microsoft/vscode-go/issues/515) Go to definition and type info doesn't work with mux.Vars or anything else from gorilla/mux + * [#567](https://github.com/Microsoft/vscode-go/issues/567) Signature Help and Quick Info do not show function comments for unexported functions +* [Ramya Rao (@ramya-rao-a)](https://github.com/ramya-rao-a) + * Revert changes done in the formatting area in 0.6.48 update. Fixes below bugs + * [#613](https://github.com/Microsoft/vscode-go/issues/613) Format removes imports of vendored packages in use + * [#630](https://github.com/Microsoft/vscode-go/issues/630) goreturns fails to consider global variables in package +* [Jimmy Kuu (@jimmykuu)](https://github.com/jimmykuu) + * Remove blank space in the end of code snippet on function suggest. [PR 628](https://github.com/Microsoft/vscode-go/pull/628) + +## 0.6.49 - 10th November, 2016 * [Ramya Rao (@ramya-rao-a)](https://github.com/ramya-rao-a) * Revert the deprecation of `go.formatOnSave` due to popular demand. diff --git a/package.json b/package.json index 33c21734f..1c68ea213 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Go", - "version": "0.6.49", + "version": "0.6.50", "publisher": "lukehoban", "description": "Rich Go language support for Visual Studio Code", "author": {