diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-09-04 15:20:39 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-09-04 15:22:46 +0200 |
commit | 67008963cf4bdb37e5530d77f46a03d6cf93183d (patch) | |
tree | 57cd1d468926fb83a3ccd469780252253be21f57 | |
parent | c1b6918db3177908ac1a9ef5194972db0b60d57e (diff) | |
download | json-rpc-shell-67008963cf4bdb37e5530d77f46a03d6cf93183d.tar.gz json-rpc-shell-67008963cf4bdb37e5530d77f46a03d6cf93183d.tar.xz json-rpc-shell-67008963cf4bdb37e5530d77f46a03d6cf93183d.zip |
Update NEWS
-rw-r--r-- | NEWS | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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 |