docs: add a changelog entry for updated version requirements (#1444)

- also updates the error message to point to it
This commit is contained in:
Luke Kershaw
2021-11-13 11:17:15 +00:00
committed by GitHub
parent bf77c5d2fa
commit 22198ea588
2 changed files with 12 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
if !has('nvim-0.5.1')
echoerr "Telescope.nvim requires at least nvim-0.5.1. Please update or uninstall"
echoerr "Telescope.nvim requires at least nvim-0.5.1. See `:h telescope.changelog-1406`"
finish
end