summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-05-10 14:33:10 +0200
committerwm4 <wm4@nowhere>2018-05-24 19:56:34 +0200
commitf0678afba010cfd13418641036309b3724cb9f66 (patch)
treec6cd5b463adfb2f2a43f1d7aae39c1ecb4684ec5 /DOCS
parent005d3bc81a86dddf458c0d19142815687a303877 (diff)
downloadmpv-f0678afba010cfd13418641036309b3724cb9f66.tar.bz2
mpv-f0678afba010cfd13418641036309b3724cb9f66.tar.xz
client API: add returning of data from async commands
This was not done sooner out of laziness.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/client-api-changes.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/client-api-changes.rst b/DOCS/client-api-changes.rst
index cb80d0a698..75484c390a 100644
--- a/DOCS/client-api-changes.rst
+++ b/DOCS/client-api-changes.rst
@@ -33,6 +33,9 @@ API changes
::
--- mpv 0.29.0 ---
+ 1.102 - redo handling of async commands
+ - add mpv_event_command and make it possible to return values from
+ commands issued with mpv_command_async() or mpv_command_node_async()
1.101 - add MPV_RENDER_PARAM_ADVANCED_CONTROL and related API
- add MPV_RENDER_PARAM_NEXT_FRAME_INFO and related symbols
- add MPV_RENDER_PARAM_BLOCK_FOR_TARGET_TIME