X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=2af6d1f303a785f40f406ba8e3c75e8dce98f071;hb=4e9e26b62d00dcf657478bae02c37745f15be9f6;hp=1c2172845230648b137f57d928d7ef53fbb8737b;hpb=361de2b519c961214ae2b82be8804f6e7e5350fd;p=p5sagit%2FDevel-Declare.git diff --git a/Changes b/Changes index 1c21728..2af6d1f 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,15 @@ Changes for Devel-Declare + - Be adaptive about whether to delete the line reallocation filter, + so as to play as nicely as possible with other kinds of source filter. + - Document that injecting newlines doesn't work. + - Fix a C declaration after statement, which broke compatibility with + older compilers (Jan Dubois). + - Partially work around unexported core symbols affecting Perl 5.8 on + Windows (David Bouyssie). + - Jump through some hoops to avoid compiler warnings. + +0.006008 - 05 Nov 2011 - Adjust toke_scan_str logic to always leave the prefix part of linestr unchanged.