File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 10.21.1] ( https://github.com/folke/lazy.nvim/compare/v10.21.0...v10.21.1 ) (2024-05-31)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** view:** backward compat for older Neovim versions. Fixes [ #1489 ] ( https://github.com/folke/lazy.nvim/issues/1489 ) ([ 917dfbe] ( https://github.com/folke/lazy.nvim/commit/917dfbe2a9b606443639d1e809f2e4561a6dd654 ) )
9
+
3
10
## [ 10.21.0] ( https://github.com/folke/lazy.nvim/compare/v10.20.5...v10.21.0 ) (2024-05-26)
4
11
5
12
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ M.defaults = {
182
182
debug = false ,
183
183
}
184
184
185
- M .version = " 10.21.0 " -- x-release-please-version
185
+ M .version = " 10.21.1 " -- x-release-please-version
186
186
187
187
M .ns = vim .api .nvim_create_namespace (" lazy" )
188
188
You can’t perform that action at this time.
0 commit comments