summaryrefslogtreecommitdiffstats
path: root/DOCS/interface-changes.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-07-21 20:09:22 +0200
committerwm4 <wm4@nowhere>2017-07-21 20:09:22 +0200
commit533ff28574ef179524a1f25b0b145d92137457a7 (patch)
tree66792754a26f8786ffa7c4b94f223c6342ebfb07 /DOCS/interface-changes.rst
parenta22ff44f7bfe7737929a5d2ebccd38a198289c1a (diff)
downloadmpv-533ff28574ef179524a1f25b0b145d92137457a7.tar.bz2
mpv-533ff28574ef179524a1f25b0b145d92137457a7.tar.xz
client API: drop some compatibility handling
See commit e4bc563fd2dcf for more information.
Diffstat (limited to 'DOCS/interface-changes.rst')
-rw-r--r--DOCS/interface-changes.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 7dcaf5c8eb..2fd57c9e90 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -22,6 +22,9 @@ Interface changes
--- mpv 0.27.0 ---
- drop previously deprecated --field-dominance option
- drop previously deprecated "osd" command
+ - remove client API compatibility handling for "script", "sub-file",
+ "audio-file", "external-file" (these cases used to log a deprecation
+ warning)
--- mpv 0.26.0 ---
- remove remaining deprecated audio device options, like --alsa-device
Some of them were removed in earlier releases.