Skip to content

Commit

Permalink
update CHANGELOG.md and README.md for #2497
Browse files Browse the repository at this point in the history
  • Loading branch information
bhcleek committed Sep 18, 2019
1 parent 25905d2 commit 031b81c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## unplanned

BACKWARDS INCOMPATABILITIES:
* Drop support for Vim 7.4
* Drop support for Vim 7.4. The minimu required version of Vim is now 8.0.1453.
[[GH-2495]](https://github.com/fatih/vim-go/pull/2495)
[[GH-2497]](https://github.com/fatih/vim-go/pull/2497)
* Drop support for `gometalinter`
[[GH-2494]](https://github.com/fatih/vim-go/pull/2494)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This plugin adds Go language support for Vim, with the following main features:

## Install

vim-go requires at least Vim 8.0.1542 or Neovim 0.3.1.
vim-go requires at least Vim 8.0.1453 or Neovim 0.3.1.

The [**latest stable release**](https://github.com/fatih/vim-go/releases/latest) is the
recommended version to use. If you choose to use the master branch instead,
Expand Down

0 comments on commit 031b81c

Please sign in to comment.