--- code/trunk/NEWS 2007/05/09 15:53:54 167 +++ code/trunk/NEWS 2007/05/29 15:18:18 168 @@ -5,6 +5,9 @@ Release 7.2 30-Apr-07 --------------------- +WARNING: saved patterns that were compiled by earlier versions of PCRE must be +recompiled for use with 7.2 (necessitated by the addition of \K). + Correction to the notes for 7.1: the note about shared libraries for Windows is wrong. Previously, three libraries were built, but each could function independently. For example, the pcreposix library also included all the @@ -19,6 +22,9 @@ (Not sure if this one is actually in Perl 5.10) (?(-n) and (?(+n) relative references as conditions. + + \K to reset the start of the matched string; for example, (foo)\Kbar + matches bar preceded by foo, but only sets bar as the matched string Release 7.1 24-Apr-07