Load XML-Feed-0.03 into trunk.
[catagits/XML-Feed.git] / Changes
1 # $Id: Changes,v 1.7 2004/10/09 07:02:01 btrott Exp $
2
3 Revision history for XML::Feed
4
5 0.03  2004.10.09
6     - Fixed bug with feed format detection: properly detect format even in
7       feeds with <!DOCTYPE> at the top. (Thanks to Alberto Quario for the
8       note.)
9     - Use Class::ErrorHandler instead of XML::Feed::ErrorHandler.
10     - Moved auto-discovery code into Feed::Find. XML::Feed->find_feeds is
11       now just a wrapper around that module.
12
13 0.02  2004.07.29
14     - Changed behavior of Entry->summary to prevent it from returning the
15       full contents of the entry. Now, in an RSS feed, summary only returns
16       a value if there is both a <description> element *and* one of the
17       other elements typically used for the full content.
18     - Changed content model for Entry->content and Entry->summary.
19       They now return an XML::Feed::Content object, which knows about both
20       the actual content and the MIME type of the content.
21     - Improved feed format detection by first tag in feed.
22
23 0.01  2004.06.01
24     - Initial distribution.