Load XML-Feed-0.08 into trunk.
[catagits/XML-Feed.git] / Changes
diff --git a/Changes b/Changes
index aa75576..90e63a9 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,16 @@
-# $Id: Changes 1872 2005-08-12 04:28:42Z btrott $
+# $Id: Changes 1924 2006-03-03 17:34:15Z btrott $
 
 Revision history for XML::Feed
 
+0.08  2006.03.03
+    - $feed->author wasn't being converted properly by Feed->convert. Thanks
+      to Tatsuhiko Miyagawa for the patch.
+    - Added eval around Entry->issued calls, to properly catch invalid
+      date formats, and just return undef, rather than dying. Thanks to
+      Tatsuhiko Miyagawa for the spot.
+    - Fixed issued/modified format issue with dates in timezones other than
+      UTC. Thanks to Tatsuhiko Miyagawa for the patch.
+
 0.07  2005.08.11
     - Added XML::Feed::splice method, to make feed splicing easier.
     - Fixed some unitialized value warnings.