Changed contact details from non-working 6A email address.
[catagits/XML-Feed.git] / Changes
diff --git a/Changes b/Changes
index 7cd73a8..a60d35f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,43 @@
 
 Revision history for XML::Feed
 
+0.46
+    - Method 'enclosure' doesn't work in feed without enclosures
+      https://rt.cpan.org/Ticket/Display.html?id=66685
+    - Documentation re PREFERRED_PARSER is wrong
+      https://rt.cpan.org/Ticket/Display.html?id=62129
+    - Add support for <guid isPermaLink> in RSS 2.0 feeds
+      https://rt.cpan.org/Ticket/Display.html?id=67349
+
+0.45
+    - Another go at fixing bug 44899
+      (Dave Cross & Shlomi Fish)
+
+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 
@@ -32,7 +69,7 @@ Revision history for XML::Feed
       (Kent Cowgill KCOWGILL)
     - Up the minimum requirement for XML::RSS to 1.31
       http://rt.cpan.org/Ticket/Display.html?id=23588
-      (Andreas Knig ANDK)    
+      (Andreas König ANDK)    
     - Created test for
       http://rt.cpan.org/Ticket/Display.html?id=18810
       (Ryan Tate)