summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2021-04-23 17:43:56 +0200
committerJulian Andres Klode <julian.klode@canonical.com>2021-04-23 17:43:56 +0200
commit502fc4c3254ecbb1a8ed4957357fbffacb9ef1bf (patch)
treeb7b5a6b177b50b5b86709c05d3a81b2ee6c1043c
parenta7f2152f0ce46322791f0574d76aadfdfbde6bec (diff)
doc: Single-line JSON encoding is still mandatory
Gbp-Dch: ignore
-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