summaryrefslogtreecommitdiffstats
path: root/DOCS/interface-changes.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-12-18 06:57:24 +0100
committerwm4 <wm4@nowhere>2019-12-18 06:57:24 +0100
commit5f74ed58286a1339412554932f31844ec1b64280 (patch)
treeffaf1ac28e26afb4c104ccec0fc60c6226ade3a2 /DOCS/interface-changes.rst
parent9b9307ea9fa2a2f7f24b9ebec65ca622900af2f7 (diff)
downloadmpv-5f74ed58286a1339412554932f31844ec1b64280.tar.bz2
mpv-5f74ed58286a1339412554932f31844ec1b64280.tar.xz
options: deprecate -del for list options
I never liked that these used integer indexes. -remove should have existed from the start. This deprecation is yet another empty threat, though.
Diffstat (limited to 'DOCS/interface-changes.rst')
-rw-r--r--DOCS/interface-changes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 8926d63f08..317646ce3a 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -75,6 +75,8 @@ Interface changes
options (for example --script-opts-add). This was actually always
deprecated, like with other list options, but the option parser did not
print a warning in this particular case.
+ - deprecate -del for list options (use -remove instead, which is by content
+ instead of by integer index)
--- mpv 0.30.0 ---
- add `--d3d11-output-format` to enable explicit selection of a D3D11
swap chain format.