summaryrefslogtreecommitdiffstats
path: root/DOCS/man/changes.rst
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@ghedini.me>2014-10-14 22:35:37 +0200
committerAlessandro Ghedini <alessandro@ghedini.me>2014-10-17 20:46:31 +0200
commite0f0f6fe26b7f8d941a20f2c86564b83e5fb52cb (patch)
treeaaa1a1fdb5807d4698bdd1b61d0a29cfc59b60b8 /DOCS/man/changes.rst
parent13039414f5fd00a6b20d2bbad9fd497c6e579d34 (diff)
downloadmpv-e0f0f6fe26b7f8d941a20f2c86564b83e5fb52cb.tar.bz2
mpv-e0f0f6fe26b7f8d941a20f2c86564b83e5fb52cb.tar.xz
manpage: add JSON IPC documentation
Diffstat (limited to 'DOCS/man/changes.rst')
-rw-r--r--DOCS/man/changes.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/changes.rst b/DOCS/man/changes.rst
index 95027be547..c3d7900d5a 100644
--- a/DOCS/man/changes.rst
+++ b/DOCS/man/changes.rst
@@ -387,8 +387,8 @@ Slave mode
(The option was readded in 0.5.1 and sets exactly these options.)
-* A JSON RPC protocol giving access to the client API is planned, but nothing
- has emerged yet.
+* A JSON RPC protocol giving access to the client API is also supported. See
+ `JSON IPC`_ for more information.
* **mpv** also provides a client API, which can be used to embed the player
by loading it as shared library. (See ``libmpv/client.h`` in the sources.)