summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2015-11-03 12:04:56 +0800
committerJonas Ådahl <jadahl@gmail.com>2015-11-03 12:06:32 +0800
commit0030020eb80ef5cd39dad5d7af1b4df439288c33 (patch)
tree0bd82b36ddbe6e9c5b2ffe686820171e2c2c9d21
parent3636478a8d5f777c6dbeabb570dbc368f4a869e2 (diff)
downloadwayland-protocols-0030020eb80ef5cd39dad5d7af1b4df439288c33.tar.gz
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--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index fd32371..0e91d7f 100644
--- a/README
+++ b/README
@@ -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.