X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=da90a6fc60c5fdc0c708c1e16d03cc595027ba3c;hb=89495df995ce2f594394238fa924ad985c59b935;hp=88f78a2c1c20f1671db128d1b638d0e77b68db26;hpb=e73bcbb313920fdc68b9bfdfd4105347823e4336;p=catagits%2FXML-Feed.git diff --git a/Changes b/Changes index 88f78a2..da90a6f 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,38 @@ Revision history for XML::Feed +0.44 + - Fix problem with HTML escaping in conversion + https://rt.cpan.org/Public/Bug/Display.html?id=44899 + (Dave Cross & Shlomi Fish) + +0.43 + - Add optional multi enclosure support + - Fix buglet with odd date terms + https://rt.cpan.org/Ticket/Display.html?id=46494 + (Joey Hess) +0.42 + - Fix conversion of multi value fields + http://rt.cpan.org/Ticket/Display.html?id=41794 + (Mario Domgoergen) + + - Fixed a bug where $e->category fails when XML::RSS::LibXML is preferred. + (Tatsuhiko Miyagawa) + - Added support for enclosures + +0.41 + - Add handling for multiple categories/tags, including + patch from Shlomi Fish (SHLOMIF) + http://rt.cpan.org/Ticket/Display.html?id=41396 + - Force v1.40 of XML::RSS to get proper multiple category support + +0.40 + - Force v1.37 of XML::RSS to get proper xml:base support + - Force v0.32 of XML::Atom to fix + http://rt.cpan.org/Ticket/Display.html?id=40766 + (Thanks to David Brownlee for the help in fixing) + - Add support for format() in Entry + 0.3 2008-11-04 - Allow more flexible identification of Formats https://rt.cpan.org/Ticket/Display.html?id=14725