diff options
| author | Simon Hauser <Simon-Hauser@outlook.de> | 2021-12-10 16:32:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-10 16:32:28 +0100 |
| commit | 61240ac75a93b3cdafb4325ab4e9d407f83965f4 (patch) | |
| tree | 76423432dc848be4e1c7a86ab37abb335c467794 /doc | |
| parent | 80cdb00b221f69348afc4fb4b701f51eb8dd3120 (diff) | |
break: bump the minimum required neovim version to 0.6 or higher (#1549)
So we can use `vim.json` and `vim.diagnostics`.
If you aren't able to update to 0.6.* yet you should pin the previous commit.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/telescope_changelog.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/telescope_changelog.txt b/doc/telescope_changelog.txt index 55d6f14..6d90aa3 100644 --- a/doc/telescope_changelog.txt +++ b/doc/telescope_changelog.txt @@ -131,4 +131,15 @@ requires users to be on Neovim 0.5.1 (the most recent stable version) or on the LATEST version of Neovim nightly. + *telescope.changelog-1549* + +Date: December 10, 2021 +PR: https://github.com/nvim-telescope/telescope.nvim/pull/1549 + +Telescope requires now Neovim release 0.6.0 or a more recent nightly. +If you are running neovim nightly, you need to make sure that you are on the +LATEST version. Every other commit is not supported. So make sure you build +the newest nightly before reporting issues. + + vim:tw=78:ts=8:ft=help:norl: |
