-
-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following HEAD: breaking changes on main #453
Comments
58e5d6d deprecates |
#621 removes the hard-deprecated fields:
|
#643 drops explicit support for Neovim v0.6.x. Please use Gitsigns v0.5 if you are are not able to upgrade to Neovim 0.7 or later. |
#715 deprecates |
#820 |
#660 changed the gitdir/head watcher implementation to use fs events instead of polling and this |
#936 change the default value of |
#1019 |
#1017 removed support for Nvim v0.8 |
#1054 |
#1055 removed support for yadm |
#1056 removed
|
This issue tracks changes that may require users to update configuration or expectations.
Only intentional breaking changes are mentioned here.
We follow the Conventional Commits specification, so breaking changes will always be marked with a !. If you use packer.nvim, it'll highlight breaking changes on update.
If you find breaking changes too disruptive to your workflow, the recommendation is to follow the
release
tag which should point to the most recent release.The text was updated successfully, but these errors were encountered: