aboutsummaryrefslogtreecommitdiff
path: root/dev/doc/xml-protocol.md
diff options
context:
space:
mode:
Diffstat (limited to 'dev/doc/xml-protocol.md')
-rw-r--r--dev/doc/xml-protocol.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/doc/xml-protocol.md b/dev/doc/xml-protocol.md
index 18f6288f6f..b35571e9ca 100644
--- a/dev/doc/xml-protocol.md
+++ b/dev/doc/xml-protocol.md
@@ -330,6 +330,12 @@ the STM API, `force` triggers a `Join`.
<string>${message}</string>
</value>
```
+
+Before 8.8, `Query` only executed the first command present in the
+`query` string; starting with 8.8, the caller may include several
+statements. This is useful for instance for temporarily setting an
+option and then executing a command.
+
-------------------------------