Add version to Entry
[catagits/XML-Feed.git] / Changes
diff --git a/Changes b/Changes
index b78164f..88f78a2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,7 +2,24 @@
 
 Revision history for XML::Feed
 
-0.22 
+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
       http://rt.cpan.org/Ticket/Display.html?id=25393
       (Kent Cowgill KCOWGILL)
@@ -18,7 +35,9 @@ Revision history for XML::Feed
     - Add support for GEORSS
       http://rt.cpan.org/Ticket/Display.html?id=39924
       (Scott Gifford GIFF)
-
+    - Fix fetching through proxies
+      http://rt.cpan.org/Ticket/Display.html?id=36233
+      (Trevor Vallender)
 
 0.21 2008.10.15
     - Remove the inc directory because it's not needed anymore