aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2022-09-04 15:20:39 +0200
committerPřemysl Eric Janouch <p@janouch.name>2022-09-04 15:22:46 +0200
commit67008963cf4bdb37e5530d77f46a03d6cf93183d (patch)
tree57cd1d468926fb83a3ccd469780252253be21f57 /NEWS
parentc1b6918db3177908ac1a9ef5194972db0b60d57e (diff)
downloadjson-rpc-shell-67008963cf4bdb37e5530d77f46a03d6cf93183d.tar.gz
json-rpc-shell-67008963cf4bdb37e5530d77f46a03d6cf93183d.tar.xz
json-rpc-shell-67008963cf4bdb37e5530d77f46a03d6cf93183d.zip
Update NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 17 insertions, 0 deletions
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