From ad3d2993d91c47cdcc863374171364159d5a6b54 Mon Sep 17 00:00:00 2001 From: c-cube Date: Wed, 29 May 2024 17:42:56 +0000 Subject: [PATCH] deploy: 267aa3565090bc13faeaf26aeae1bde858e79df1 --- linol-lwt/_doc-dir/CHANGES.md | 9 +++++++++ linol/_doc-dir/CHANGES.md | 9 +++++++++ 2 files changed, 18 insertions(+) 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`