From c4b419db6c57125e91d6f292daa664b73b155b7b Mon Sep 17 00:00:00 2001 From: Billie Cleek Date: Mon, 6 May 2019 18:33:16 -0700 Subject: [PATCH] update CHANGELOG.md for #2269 and #2276 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70ee4f3d2a..53c72cfde0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ IMPROVEMENTS: [[GH-2229]](https://github.com/fatih/vim-go/pull/2229) * Use build tags with golangci-lint. [[GH-2261]](https://github.com/fatih/vim-go/pull/2261) +* Allow debugging of packages outside of GOPATH without a go.mod file. + [[GH-2269]](https://github.com/fatih/vim-go/pull/2269) BUG FIXES: * display info about function and function types whose parameters are @@ -22,6 +24,8 @@ BUG FIXES: [[GH-2267]](https://github.com/fatih/vim-go/pull/2267) * Show the completion preview window. [[GH-2268]](https://github.com/fatih/vim-go/pull/2268) +* Set the anchor for method documentation correctly. + [[GH-2276]](https://github.com/fatih/vim-go/pull/2276) ## 1.20 - (April 22, 2019)