From 4d6962d8e0792617f87b37b938996f44e2a54645 Mon Sep 17 00:00:00 2001 From: Billie Cleek Date: Fri, 12 Aug 2022 10:26:27 -0700 Subject: [PATCH] update CHANGELOG.md for #3440 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94a4aba91c..63f1a68885 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ IMPROVEMENTS: and `:GoInstallBinaries` to be overridden by users. [[GH-3435]](https://github.com/fatih/vim-go/pull/3435) [[GH-3436]](https://github.com/fatih/vim-go/pull/3436) +* Highlight numeric formats introduced in Go 1.13. + [[GH-3440]](https://github.com/fatih/vim-go/pull/3440) BUG FIXES: * Fix quoting of arguments when shell is set to pwsh on Windows.