diff --git a/linol-lwt/_doc-dir/CHANGES.md b/linol-lwt/_doc-dir/CHANGES.md index b1924ee2..9e85f54d 100644 --- a/linol-lwt/_doc-dir/CHANGES.md +++ b/linol-lwt/_doc-dir/CHANGES.md @@ -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 - api break: put `spawn` in the server itself, not `IO` diff --git a/linol/_doc-dir/CHANGES.md b/linol/_doc-dir/CHANGES.md index b1924ee2..9e85f54d 100644 --- a/linol/_doc-dir/CHANGES.md +++ b/linol/_doc-dir/CHANGES.md @@ -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 - api break: put `spawn` in the server itself, not `IO`