diff --git a/linol-lwt/Linol_lwt/Jsonrpc2/class-server/index.html b/linol-lwt/Linol_lwt/Jsonrpc2/class-server/index.html index 0d7227bf..bf1c54b0 100644 --- a/linol-lwt/Linol_lwt/Jsonrpc2/class-server/index.html +++ b/linol-lwt/Linol_lwt/Jsonrpc2/class-server/index.html @@ -79,7 +79,7 @@ uri:Lsp__Types.DocumentUri.t -> range:Lsp.Types.Range.t -> unit -> - Lsp.Types.InlayHint.t list option IO.t
method on_req_symbol : notify_back:notify_back ->
+ Lsp.Types.InlayHint.t list option IO.tmethod on_req_shutdown : notify_back:notify_back -> id:Req_id.t -> unit IO.tmethod on_req_symbol : notify_back:notify_back ->
id:Req_id.t ->
uri:Lsp__Types.DocumentUri.t ->
workDoneToken:Lsp__Types.ProgressToken.t option ->
diff --git a/linol/Linol/Jsonrpc2/Make/class-server/index.html b/linol/Linol/Jsonrpc2/Make/class-server/index.html
index 451acc93..02a6a47a 100644
--- a/linol/Linol/Jsonrpc2/Make/class-server/index.html
+++ b/linol/Linol/Jsonrpc2/Make/class-server/index.html
@@ -79,7 +79,7 @@
uri:Lsp__Types.DocumentUri.t ->
range:Lsp.Types.Range.t ->
unit ->
- Lsp.Types.InlayHint.t list option IO.tmethod on_req_symbol : notify_back:notify_back ->
+ Lsp.Types.InlayHint.t list option IO.tmethod on_req_symbol : notify_back:notify_back ->
id:Req_id.t ->
uri:Lsp__Types.DocumentUri.t ->
workDoneToken:Lsp__Types.ProgressToken.t option ->
diff --git a/linol/Linol/Jsonrpc2/module-type-S/class-server/index.html b/linol/Linol/Jsonrpc2/module-type-S/class-server/index.html
index 50b7e27f..b01c2e1b 100644
--- a/linol/Linol/Jsonrpc2/module-type-S/class-server/index.html
+++ b/linol/Linol/Jsonrpc2/module-type-S/class-server/index.html
@@ -79,7 +79,7 @@
uri:Lsp__Types.DocumentUri.t ->
range:Lsp.Types.Range.t ->
unit ->
- Lsp.Types.InlayHint.t list option IO.tmethod on_req_symbol : notify_back:notify_back ->
+ Lsp.Types.InlayHint.t list option IO.tmethod on_req_shutdown : notify_back:notify_back -> id:Req_id.t -> unit IO.tmethod on_req_symbol : notify_back:notify_back ->
id:Req_id.t ->
uri:Lsp__Types.DocumentUri.t ->
workDoneToken:Lsp__Types.ProgressToken.t option ->
diff --git a/linol/Linol/Server/Make/class-server/index.html b/linol/Linol/Server/Make/class-server/index.html
index 566a0878..0689522d 100644
--- a/linol/Linol/Server/Make/class-server/index.html
+++ b/linol/Linol/Server/Make/class-server/index.html
@@ -79,7 +79,7 @@
uri:Lsp__Types.DocumentUri.t ->
range:Lsp.Types.Range.t ->
unit ->
- Lsp.Types.InlayHint.t list option IO.tProvide inlay hints for this document.
method on_request : 'a. notify_back:(Lsp.Server_notification.t -> unit IO.t) ->
+ Lsp.Types.InlayHint.t list option IO.tProvide inlay hints for this document.
method on_req_shutdown : notify_back:notify_back -> id:Req_id.t -> unit IO.tProcess a shutdown request.
method on_request : 'a. notify_back:(Lsp.Server_notification.t -> unit IO.t) ->
server_request:send_request ->
id:Req_id.t ->
'a Lsp.Client_request.t ->
diff --git a/yojson/_doc-dir/CHANGES.md b/yojson/_doc-dir/CHANGES.md
index 551c6cb0..dc21ec69 100644
--- a/yojson/_doc-dir/CHANGES.md
+++ b/yojson/_doc-dir/CHANGES.md
@@ -1,3 +1,32 @@
+## 2.2.2
+
+*2024-06-27*
+
+### Added
+
+- Add locations in the JSON5 parser error messages (@gcluzel, #182)
+
+## 2.2.1
+
+*2024-06-04*
+
+### Fixed
+
+- Don't expose `Yojson_five` internals anymore (@Leonidas_from_XIV, #180)
+
+## 2.2.0
+
+*2024-05-31*
+
+### Added
+
+- Added support for JSON5 (@dhilst, @gorm-issuu, @gertsonderby, #152)
+
+### Removed
+
+- Remove CPPO dependency to make the Yojson installation lighter
+ (@Leonidas-from-XIV, #175)
+
## 2.1.2
*2023-11-23*