diff options
author | Jonas Ådahl <jadahl@gmail.com> | 2015-11-03 12:04:56 +0800 |
---|---|---|
committer | Jonas Ådahl <jadahl@gmail.com> | 2015-11-03 12:06:32 +0800 |
commit | 0030020eb80ef5cd39dad5d7af1b4df439288c33 (patch) | |
tree | 0bd82b36ddbe6e9c5b2ffe686820171e2c2c9d21 | |
parent | 3636478a8d5f777c6dbeabb570dbc368f4a869e2 (diff) |
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>
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -121,5 +121,5 @@ Releases ~~~~~~~~ Each release of wayland-protocols finalizes the version of the protocols to their state they had at that time. Between each release, backward -incompatible changes can be made to both stable and unstable protocols -as long as the requirements are held upon release. +incompatible changes can be made to both stable and major unstable protocol +versions as long as the requirements are held upon release. |