summaryrefslogtreecommitdiffstats
path: root/DOCS/client-api-changes.rst
diff options
context:
space:
mode:
authorllyyr <llyyr.public@gmail.com>2023-02-21 21:48:18 +0530
committerDudemanguy <random342@airmail.cc>2023-02-21 17:07:57 +0000
commitd0eae60d67b1816e18f01438391e7d51f3961228 (patch)
tree98386a4c0b3aeaef185ee1d5e715bcc0bd20349b /DOCS/client-api-changes.rst
parent9efce6d4ae26114a23f41f0b3b2d0d9f0281547b (diff)
downloadmpv-d0eae60d67b1816e18f01438391e7d51f3961228.tar.bz2
mpv-d0eae60d67b1816e18f01438391e7d51f3961228.tar.xz
DOCS/client-api-changes.rst: move mpv_del_property to 0.36.0
incorrectly placed under 0.35.0 by 2cfaa820e54b12de437bb4da97d894ad610abcdd
Diffstat (limited to 'DOCS/client-api-changes.rst')
-rw-r--r--DOCS/client-api-changes.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/DOCS/client-api-changes.rst b/DOCS/client-api-changes.rst
index df01e5d755..78ef3e789d 100644
--- a/DOCS/client-api-changes.rst
+++ b/DOCS/client-api-changes.rst
@@ -32,8 +32,9 @@ API changes
::
- --- mpv 0.35.0 ---
+ --- mpv 0.36.0 ---
2.1 - add mpv_del_property()
+ --- mpv 0.35.0 ---
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.