X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=3334320c94c9ca7ef970bd1b909ac6e748f73da4;hb=ac9492d22b8ebe75d4a90432036c914718219c3c;hp=1f124527e4934a45f0763d03b5a9ce3154a99535;hpb=41e8c13262c0f94a2bddd6e8e7d1a15e8749a5fd;p=catagits%2FXML-Feed.git diff --git a/Changes b/Changes index 1f12452..3334320 100644 --- a/Changes +++ b/Changes @@ -6,7 +6,28 @@ Revision history for XML::Feed - Allow specification of the parsing format. Fixes bugs http://rt.cpan.org/Public/Bug/Display.html?id=35580 and http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477394 - + (Gregor Herrmann and Martin F Krafft) + - Allow pass through of initialisation options + http://rt.cpan.org/Public/Bug/Display.html?id=24729 + (Christopher H. Laco CLACO) + - Force working version XML::Atom + http://rt.cpan.org/Public/Bug/Display.html?id=22548 + http://rt.cpan.org/Public/Bug/Display.html?id=19920 + - Allow extra Atom accessors + http://rt.cpan.org/Public/Bug/Display.html?id=33881 + (Paul Mison PMISON) + - Prevent empty content + http://rt.cpan.org/Public/Bug/Display.html?id=29684 + (Dave Rolsky DROLSKY) + - Cope with "updated" and "published" elements + http://rt.cpan.org/Public/Bug/Display.html?id=20763 + http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=380498 + (Gregor Herrmann and Joey Hess) + - Switch to Module::Build + http://rt.cpan.org/Public/Bug/Display.html?id=38283 + http://rt.cpan.org/Public/Bug/Display.html?id=20575 + http://rt.cpan.org/Public/Bug/Display.html?id=21300 + 0.12 2006.08.13 - Generate Atom 1.0 feeds by default. Thanks to Tatsuhiko Miyagawa for the patch.