summaryrefslogtreecommitdiffstats
path: root/DOCS/client-api-changes.rst
diff options
context:
space:
mode:
authorMartin Herkt <lachs0r@srsfckn.biz>2016-11-20 17:37:22 +0100
committerMartin Herkt <lachs0r@srsfckn.biz>2016-11-20 18:14:41 +0100
commiteafc273d2c2ae6d247d741202e58ca23dc938cb2 (patch)
treec25b051bb83952e0695bed1ffa913cf4d5c5aea5 /DOCS/client-api-changes.rst
parentbb48f095320da6e0a71bc18729b8324924dd9bdb (diff)
downloadmpv-eafc273d2c2ae6d247d741202e58ca23dc938cb2.tar.bz2
mpv-eafc273d2c2ae6d247d741202e58ca23dc938cb2.tar.xz
DOCS: update interface changes
Diffstat (limited to 'DOCS/client-api-changes.rst')
-rw-r--r--DOCS/client-api-changes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/client-api-changes.rst b/DOCS/client-api-changes.rst
index 75d5b7d034..94b39bd58d 100644
--- a/DOCS/client-api-changes.rst
+++ b/DOCS/client-api-changes.rst
@@ -32,7 +32,7 @@ API changes
::
- --- mpv 0.21.0 ---
+ --- mpv 0.22.0 ---
1.23 - deprecate setting "no-" options via mpv_set_option*(). For example,
instead of "no-video=" you should set "video=no".
- do not override the SIGPIPE signal handler anymore. This was done as