docs: add entry for `__empty` deprecation

This commit is contained in:
Frothy 2024-05-21 06:55:46 -04:00
parent ac20dfbdd4
commit 69257c03a3
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ Release notes for release 0.7
[horriblename](https://github.com/horriblename):
- Fix broken treesitter-context keybinds in visual mode
- Depcrecate use of `__empty` to define empty tables in lua. Empty attrset are
no longer filtered and thus should be used instead.
[NotAShelf](https://github.com/notashelf)