summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-02-21 14:34:02 +0100
committerwm4 <wm4@nowhere>2020-02-21 14:34:02 +0100
commit2eab35fdf7bc0a5782cebfe032c66c44a4661b10 (patch)
treebe472cfb71551508c752d23b8be1241c832c607d
parent6337c1cc1423e3a7c8e82bb39b04055ee102663c (diff)
downloadmpv-2eab35fdf7bc0a5782cebfe032c66c44a4661b10.tar.bz2
mpv-2eab35fdf7bc0a5782cebfe032c66c44a4661b10.tar.xz
manpage: directly link interface-changes.rst in changelog section
-rw-r--r--DOCS/man/changes.rst10
1 files changed, 6 insertions, 4 deletions
diff --git a/DOCS/man/changes.rst b/DOCS/man/changes.rst
index d1daa32bd7..63de41c8d2 100644
--- a/DOCS/man/changes.rst
+++ b/DOCS/man/changes.rst
@@ -8,10 +8,12 @@ There is no real changelog, but you can look at the following things:
https://github.com/mpv-player/mpv/releases
* The git log, which is the "real" changelog
-* The files ``client-api-changes.rst`` and ``interface-changes.rst`` in the
- ``DOCS`` sub directoryon the git repository, which document API and user
- interface changes (the latter usually documents breaking changes only, rather
- than additions).
+* 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.)
+* 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
repository, which used to be in place of this section. It documents some
changes that happened since mplayer2 forked off MPlayer. (Not updated