summaryrefslogtreecommitdiffstats
path: root/DOCS/client-api-changes.rst
diff options
context:
space:
mode:
authorrcombs <rcombs@rcombs.me>2022-12-16 15:21:35 -0600
committerrcombs <rcombs@rcombs.me>2023-01-28 14:20:20 -0600
commit2cfaa820e54b12de437bb4da97d894ad610abcdd (patch)
tree7a99f10325278da9f9e95b5c356e088511d0eed1 /DOCS/client-api-changes.rst
parent04241ab731432f9d13c3cfa160c39f98f1d36ba2 (diff)
downloadmpv-2cfaa820e54b12de437bb4da97d894ad610abcdd.tar.bz2
mpv-2cfaa820e54b12de437bb4da97d894ad610abcdd.tar.xz
libmpv: add mpv_del_property() convenience function
Diffstat (limited to 'DOCS/client-api-changes.rst')
-rw-r--r--DOCS/client-api-changes.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/DOCS/client-api-changes.rst b/DOCS/client-api-changes.rst
index f1203436b2..df01e5d755 100644
--- a/DOCS/client-api-changes.rst
+++ b/DOCS/client-api-changes.rst
@@ -33,6 +33,7 @@ API changes
::
--- mpv 0.35.0 ---
+ 2.1 - add mpv_del_property()
2.0 - remove headers/functions of the obsolete opengl_cb API
- remove mpv_opengl_init_params.extra_exts field
- remove deprecated mpv_detach_destroy. Use mpv_destroy instead.