This commit is contained in:
c-cube 2025-04-17 21:00:57 +00:00
parent bca77e544c
commit b3258fa774
3 changed files with 25 additions and 11 deletions

View file

@ -1,4 +1,11 @@
# 0.10
- use `git subtree` to vendor lsp+jsonrpc, so that they
are not dependencies anymore and do not conflict with
other users
- Add `filter_text_document` to ignore some documents
# 0.9 # 0.9
- Drop redundant dependency on atomic - Drop redundant dependency on atomic

View file

@ -1,4 +1,11 @@
# 0.10
- use `git subtree` to vendor lsp+jsonrpc, so that they
are not dependencies anymore and do not conflict with
other users
- Add `filter_text_document` to ignore some documents
# 0.9 # 0.9
- Drop redundant dependency on atomic - Drop redundant dependency on atomic

File diff suppressed because one or more lines are too long