X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Fstrictures.git;a=blobdiff_plain;f=Changes;h=02e6617669477f8d3394838d5aaa4485683c76e1;hp=2182de23278df09f12217e79dc8472ed1e8e71a8;hb=5e9c8bfe3a3ac534ce434c8b5d34059244728bb9;hpb=160682565656d945f917992b5a075c19d6ed23c8 diff --git a/Changes b/Changes index 2182de2..02e6617 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,12 @@ Release history for strictures + * Incompatible Changes + - strictures 2 fatalizes only a subset of warnings. Some warning + categories are not safe to catch, or just inappropriate to have fatal. + Existing code looking like 'use strictures 1;' will continue to get the + old behavior of fatalizing all errors. The new behavior will take effect + when no version or version 2 is specified. + 1.005006 - 2015-01-30 - fix extra checks triggering on paths starting with t, xt, lib, or blib, rather than only triggering on those directories.