summaryrefslogtreecommitdiffstats
path: root/DOCS/client-api-changes.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-10-05 02:11:55 +0200
committerwm4 <wm4@nowhere>2019-10-05 02:11:55 +0200
commit49a075d01e2a5cc428ecd513d8bd7e4f5a1e9858 (patch)
tree3249e18dbd5531ef475ed70dbf2ddea9847679ac /DOCS/client-api-changes.rst
parent788203031dd555ddabba1ed5817485bf3bd00152 (diff)
downloadmpv-49a075d01e2a5cc428ecd513d8bd7e4f5a1e9858.tar.bz2
mpv-49a075d01e2a5cc428ecd513d8bd7e4f5a1e9858.tar.xz
DOCS/compatibility.rst: add this file
Another thing nobody will read. I'm attempting to document the rules by which incompatible changes can be made. These rules have always been present in this project, but I don't think they were written down. Or maybe they were, but I forgot where. I think due to the time of the day it became increasingly incoherent (not necessarily near the end of the text). Hopefully no logical or freudian lapses in there.
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 11c7f2393e..8cc48b8f66 100644
--- a/DOCS/client-api-changes.rst
+++ b/DOCS/client-api-changes.rst
@@ -16,7 +16,7 @@ The version number is the same as used for MPV_CLIENT_API_VERSION (see
``client.h`` how to convert between major/minor version numbers and the flat
32 bit integer).
-Also, read the section ``Compatibility`` in ``client.h``.
+Also, read the section ``Compatibility`` in ``client.h``, and compatibility.rst.
Options, commands, properties
=============================