diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2020-10-13 16:03:19 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2020-10-13 16:03:19 +0200 |
commit | d820bc2f23eb736575554e20621b4df80e7b1dc6 (patch) | |
tree | c272f4444d40976165672cee50fefa56433af73f /NEWS | |
parent | b458fc1f9976efad8d332a275994d4d5ad982a05 (diff) | |
download | json-rpc-shell-d820bc2f23eb736575554e20621b4df80e7b1dc6.tar.gz json-rpc-shell-d820bc2f23eb736575554e20621b4df80e7b1dc6.tar.xz json-rpc-shell-d820bc2f23eb736575554e20621b4df80e7b1dc6.zip |
Bump version, update NEWSv1.1.0
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +1.1.0 (2020-10-13) + + * Add method name tab completion using OpenRPC information + + * Bind M-Enter to insert a newline into the command line + + * json-rpc-test-server: fix a memory leak and request URI parsing + + * Miscellaneous bug fixes + + 1.0.0 (2020-09-05) * Initial release |