X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=cab43f9050b3fb3819e8e4a396736a8944b1d812;hb=2627a85c12f756943124bdcb933b4d65d06e996f;hp=cc326967e17b9c5b1a1a2922fbd0d5fd8c017e27;hpb=8ec78a85abda5a1bab263a1b1b49b979a3539c29;p=p5sagit%2FDevel-Declare.git diff --git a/Changes b/Changes index cc32696..cab43f9 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,17 @@ Changes for Devel-Declare + - 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. + +0.006007 - 12 Sep 2011 - Depend on B::Hooks::OP::Check version 0.19, which fixes a serious bug in how it interacts with other modules that hook ops. - Initialize immediately upon loading the module, so that "was Devel::Declare @@ -10,6 +22,7 @@ Changes for Devel-Declare - Return undef from toke_scan_str if string was unterminated. - Detect and croak if unwanted reallocation occurs during toke_scan_str. - Avoid memory leak in toke_scan_str. + - Give Devel::Declare::Context::Simple a version number. - Add MYMETA.{json,yml} to MANIFEST.SKIP and .gitignore. 0.006006 - 23 Aug 2011