From: Jesse Luehrs Date: Tue, 12 Apr 2011 04:19:45 +0000 (-0500) Subject: clarify Support a bit more X-Git-Tag: 2.0000~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7b1aba0f42124fed4ca0d7474c5f33aec47966ba;p=gitmo%2FMoose.git clarify Support a bit more --- diff --git a/lib/Moose/Manual/Support.pod b/lib/Moose/Manual/Support.pod index d6725f4..76d49ee 100644 --- a/lib/Moose/Manual/Support.pod +++ b/lib/Moose/Manual/Support.pod @@ -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