Fix Andreas' name
[catagits/XML-Feed.git] / Changes
diff --git a/Changes b/Changes
index 3a06fc9..202f825 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,13 +2,29 @@
 
 Revision history for XML::Feed
 
-0.23 
+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
       (Shlomi Fish SHLOMIF)
     - Note that multiple categories was fixed at some point
       http://rt.cpan.org/Ticket/Display.html?id=30234
       (mattn)
+    - Work with xml:base (depending on version of XML::RSS)
+      http://rt.cpan.org/Ticket/Display.html?id=21135
+      http://bugs.debian.org/381359
+      (Gregor Herrmann and Joey Hess)
 
 0.22 2008-10-22
     - Correct namespace for terms in RSS
@@ -16,7 +32,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 König ANDK)    
+      (Andreas König ANDK)    
     - Created test for
       http://rt.cpan.org/Ticket/Display.html?id=18810
       (Ryan Tate)