README: Clarify unstable between release on an unstable protocol

Unstable changes can be made to unstable protocols, but this was about
unstable changes within the same major version.

Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
Jonas Ådahl 2015-11-03 12:04:56 +08:00
parent 3636478a8d
commit 0030020eb8

4
README
View file

@ -121,5 +121,5 @@ Releases
~~~~~~~~ ~~~~~~~~
Each release of wayland-protocols finalizes the version of the protocols Each release of wayland-protocols finalizes the version of the protocols
to their state they had at that time. Between each release, backward to their state they had at that time. Between each release, backward
incompatible changes can be made to both stable and unstable protocols incompatible changes can be made to both stable and major unstable protocol
as long as the requirements are held upon release. versions as long as the requirements are held upon release.