mirror of
https://github.com/mpv-player/mpv
synced 2025-01-20 22:40:52 +00:00
58363d209c
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.
20 lines
810 B
ReStructuredText
20 lines
810 B
ReStructuredText
CHANGELOG
|
|
=========
|
|
|
|
There is no real changelog, but you can look at the following things:
|
|
|
|
* The release changelog, which should contain most user-visible changes,
|
|
including new features and bug fixes:
|
|
|
|
https://github.com/mpv-player/mpv/releases
|
|
* 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.
|
|
* 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
|
|
anymore.)
|