summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/json-hooks-protocol.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/json-hooks-protocol.md b/doc/json-hooks-protocol.md
index 4c0429d06..9ffd2f2be 100644
--- a/doc/json-hooks-protocol.md
+++ b/doc/json-hooks-protocol.md
@@ -15,8 +15,8 @@ JSON-RPC request or response, and each terminated by an empty line
(`\n\n`). Therefore, JSON objects containing empty lines may not be
used.
-For protocol version `0.1`, each JSON object must be encoded on a single
-line.
+Each JSON object must be encoded on a single line at the moment,
+but this may change in future versions.
## Lifecycle