From 18171a41a18dfc59fb0475a00d5c1e9ddb3d22d4 Mon Sep 17 00:00:00 2001 From: Billie Cleek Date: Sun, 28 Jan 2024 17:14:33 -0800 Subject: [PATCH] update CHANGELOG.md for #3636 and #3637 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5198e8e0fe..824c59de0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,6 +50,8 @@ IMPROVEMENTS: [[GH-3578]](https://github.com/fatih/vim-go/pull/3578) * Add syntax support for the toolchain directive in go.mod. [[GH-3633]](https://github.com/fatih/vim-go/pull/3633) +* Add fuzz snippet. + [[GH-3636]](https://github.com/fatih/vim-go/pull/3636) BUG FIXES: * Update [impl](https://github.com/josharian/impl) source path after its default branch was changed from master to main. @@ -72,6 +74,8 @@ BUG FIXES: [[GH-3610]](https://github.com/fatih/vim-go/pull/3610) * Fix spelling of go#util#EchoWarning in a few calls. [[GH-3613]](https://github.com/fatih/vim-go/pull/3613) +* Improve matching of package comments. + [[GH-3637]](https://github.com/fatih/vim-go/pull/3637) ## v1.28 - (December 17, 2022)