From 67008963cf4bdb37e5530d77f46a03d6cf93183d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Sun, 4 Sep 2022 15:20:39 +0200 Subject: [PATCH] Update NEWS --- NEWS | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/NEWS b/NEWS index f3f05fb..20645b0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +Unreleased + + * Add a backend for co-processes, such as language servers + + * Support reading OpenRPC documents from a file + + * Respect the NO_COLOR environment variable + + * Miscellaneous libedit (editline) fixes + + * json-rpc-test-server: implement OpenRPC discovery + + * json-rpc-test-server: only serve regular files + + * json-rpc-test-server: miscellaneous WebSocket fixes + + 1.1.0 (2020-10-13) * Add method name tab completion using OpenRPC information