Skip to content

Commit cc601bb

Browse files
committed
v3.3.0
1 parent 8a49970 commit cc601bb

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## v3.3.0
4+
5+
- Added an option to extend list options (like `:exclude-members:`) without overriding
6+
defaults:
7+
8+
```rst
9+
.. lua:autoobject::
10+
:exclude-members: +foo
11+
```
12+
13+
Also added `:no-*:` options to ignore defaults.
14+
15+
- Improved display of members which use types instead of names,
16+
i.e. `[<type>]` ([#19] by [@bkoropoff]).
17+
18+
- Added a warning for situations when `lua_ls_project_directories` contains directories
19+
outside of the current VCS root.
20+
21+
[#19]: https://github.com/taminomara/sphinx-lua-ls/pull/19
22+
323
## v3.2.0
424

525
- Updated a few dependencies. Most notably, restricted `sphinx` to `<9`.

0 commit comments

Comments
 (0)