Update xml:base parsing in RSS
[catagits/XML-Feed.git] / Changes
diff --git a/Changes b/Changes
index c0d02cf..3a06fc9 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,73 @@
-# $Id: Changes 1948 2006-07-17 16:06:18Z btrott $
+# $Id$
 
 Revision history for XML::Feed
 
+0.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)
+
+0.22 2008-10-22
+    - Correct namespace for terms in RSS
+      http://rt.cpan.org/Ticket/Display.html?id=25393
+      (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)    
+    - Created test for
+      http://rt.cpan.org/Ticket/Display.html?id=18810
+      (Ryan Tate)
+    - Allow creation of a self link
+      http://rt.cpan.org/Ticket/Display.html?id=39924
+      (Shlomi Fish SHLOMIF)
+    - 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
+
+0.20 2008.10.15 
+    - Allow specification of the parsing format. Fixes bugs
+      http://rt.cpan.org/Public/Bug/Display.html?id=35580 and
+      http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477394
+      (Gregor Herrmann and Martin F Krafft)
+    - Allow pass through of initialisation options
+      http://rt.cpan.org/Public/Bug/Display.html?id=24729
+      (Christopher H. Laco CLACO)
+    - Force working version XML::Atom 
+      http://rt.cpan.org/Public/Bug/Display.html?id=22548
+      http://rt.cpan.org/Public/Bug/Display.html?id=19920
+    - Allow extra Atom accessors
+      http://rt.cpan.org/Public/Bug/Display.html?id=33881
+      (Paul Mison PMISON)
+    - Prevent empty content
+      http://rt.cpan.org/Public/Bug/Display.html?id=29684
+      (Dave Rolsky DROLSKY)
+    - Cope with "updated" and "published" elements
+      http://rt.cpan.org/Public/Bug/Display.html?id=20763
+      http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=380498
+      (Gregor Herrmann and Joey Hess)
+    - Switch to Module::Build
+      http://rt.cpan.org/Public/Bug/Display.html?id=38283
+      http://rt.cpan.org/Public/Bug/Display.html?id=20575
+      http://rt.cpan.org/Public/Bug/Display.html?id=21300
+  
+0.12  2006.08.13
+    - Generate Atom 1.0 feeds by default. Thanks to Tatsuhiko Miyagawa for
+      the patch.
+
+0.11  2006.08.07
+    - Fixed a bug in XML::Feed::Atom where entry->link and feed->link didn't
+      return the proper link element if the "rel" attribute wasn't defined for
+      a <link /> tag. Thanks to Tatsuhiko Miyagawa for the patch.
+
 0.10  2006.07.17
     - Oops, an Atom test in 01-parse.t was previously succeeding only because
       of a bug in XML::Atom. Now that that bug is fixed, this one is now