Load XML-Feed-0.12 into trunk.
[catagits/XML-Feed.git] / Changes
diff --git a/Changes b/Changes
index c0d02cf..f3114f2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,16 @@
-# $Id: Changes 1948 2006-07-17 16:06:18Z btrott $
+# $Id: Changes 1958 2006-08-14 05:31:27Z btrott $
 
 Revision history for XML::Feed
 
+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