clarify Support a bit more
Jesse Luehrs [Tue, 12 Apr 2011 04:19:45 +0000 (23:19 -0500)]
lib/Moose/Manual/Support.pod

index d6725f4..76d49ee 100644 (file)
@@ -35,10 +35,11 @@ will be removed.
 
 Moose is on a system of quarterly major releases, with minor releases as
 needed between major releases. A minor release is defined as one that makes
-every attempt to preserve backwards compatibility. Currently this means that
-we did not introduce any new dependency conflicts, and that we did not make
-any changes to documented, tested behavior. A minor release can include new
-features and bug fixes.
+every attempt to preserve backwards compatibility. Currently this means that we
+did not introduce any new dependency conflicts, and that we did not make any
+changes to documented or tested behavior (this typically means that minor
+releases will not change any existing tests in the test suite, although they
+can add new ones). A minor release can include new features and bug fixes.
 
 Major releases may be backwards incompatible. Moose prioritizes
 correctness over backwards compatibility or performance; see the L<Deprecation