summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2024-02-28 10:24:09 -0600
committerDudemanguy <random342@airmail.cc>2024-03-20 22:38:56 +0000
commit58363d209c2bb24c6265adfb6efa81c716bf8db7 (patch)
tree6b0967ee06c4e8fe8c677fe7e64993867c978a57 /DOCS/man
parent8c1117b2cb0f5f01e1ca045e7ba426e2e9c4771e (diff)
downloadmpv-58363d209c2bb24c6265adfb6efa81c716bf8db7.tar.bz2
mpv-58363d209c2bb24c6265adfb6efa81c716bf8db7.tar.xz
DOCS: document the new way to handle interface changes
Manually editing interface-changes.rst is a giant maintenance pain that causes merge conflicts all the time. Stop doing that nonsense and instead have changes be written to files in DOCS/interface-changes. Also remove that one sentence in changes.rst because it's just not true.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/changes.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/DOCS/man/changes.rst b/DOCS/man/changes.rst
index 63de41c8d2..3f5e0e12c8 100644
--- a/DOCS/man/changes.rst
+++ b/DOCS/man/changes.rst
@@ -10,8 +10,7 @@ There is no real changelog, but you can look at the following things:
* The git log, which is the "real" changelog
* The file https://github.com/mpv-player/mpv/blob/master/DOCS/interface-changes.rst
documents changes to the command and user interface, such as options and
- properties. (It usually documents breaking changes only, additions and
- enhancements are often not listed.)
+ properties.
* C API changes are listed in
https://github.com/mpv-player/mpv/blob/master/DOCS/client-api-changes.rst
* The file ``mplayer-changes.rst`` in the ``DOCS`` sub directory on the git