Keep in line with reality
[catagits/XML-Feed.git] / Changes
diff --git a/Changes b/Changes
index 5340f4c..bc38ccb 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,24 @@
 
 Revision history for XML::Feed
 
+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
+      (Brian Cassidy BRICAS)
+  
 0.23 2008-10-23
     - Fix mixing and matching of RSS and Atom
       http://rt.cpan.org/Ticket/Display.html?id=21335