This commit is contained in:
c-cube 2024-05-29 17:42:56 +00:00
parent 74d1e4a3d2
commit ad3d2993d9
2 changed files with 18 additions and 0 deletions

View file

@ -1,4 +1,13 @@
# 0.6
- Support textDocument/didSave notification
- advertise inlay hints server capability
- Implement Eio backend in `linol-eio`
- jsonrpc2: add ?on_received/?on_sent
- drop redundant dependency on atomic
# 0.5 # 0.5
- api break: put `spawn` in the server itself, not `IO` - api break: put `spawn` in the server itself, not `IO`

View file

@ -1,4 +1,13 @@
# 0.6
- Support textDocument/didSave notification
- advertise inlay hints server capability
- Implement Eio backend in `linol-eio`
- jsonrpc2: add ?on_received/?on_sent
- drop redundant dependency on atomic
# 0.5 # 0.5
- api break: put `spawn` in the server itself, not `IO` - api break: put `spawn` in the server itself, not `IO`