DOCS: mark the recent release in client-api-changes.rst

Also add instructions to release-policy.md, since this can be easily
forgotten.

CC: @mpv-player/stable
This commit is contained in:
wm4 2014-08-12 21:55:42 +02:00
parent 52f2f67553
commit a1be3cf147
2 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,7 @@ API changes
::
--- mpv 0.5.0 is released ---
1.3 - add MPV_MAKE_VERSION()
1.2 - remove "stream-time-pos" property (no replacement)
1.1 - remap dvdnav:// to dvd://

View File

@ -24,6 +24,8 @@ Release procedure
- Create and/or update the ``VERSION`` file.
- Update ``DOCS/client-api-changes.rst`` (on major releases).
- Create tag v0.X.Y.
- Push branch and tag to GitHub.