Load XML-Feed-0.04 into trunk.
[catagits/XML-Feed.git] / Changes
1 # $Id: Changes 1750 2005-01-01 00:46:40Z btrott $
2
3 Revision history for XML::Feed
4
5 0.04  2004.12.31
6     - Use "loose" parsing in DateTime::Format::Mail so that we don't die
7       on invalid RFC-822 dates.
8     - XML::Feed::Entry->link on RSS feeds will now use a <guid> element
9       if a <link> element isn't found.
10     - Switched to using URI::Fetch when fetching feeds. Since we're not
11       storing or caching feeds currently, this basically just buys us
12       GZIP support, but that's something.
13     - Use Class::ErrorHandler instead of XML::Feed::ErrorHandler. Thanks
14       to Tim Appnel for the patch.
15
16 0.03  2004.10.09
17     - Fixed bug with feed format detection: properly detect format even in
18       feeds with <!DOCTYPE> at the top. (Thanks to Alberto Quario for the
19       note.)
20     - Use Class::ErrorHandler instead of XML::Feed::ErrorHandler.
21     - Moved auto-discovery code into Feed::Find. XML::Feed->find_feeds is
22       now just a wrapper around that module.
23
24 0.02  2004.07.29
25     - Changed behavior of Entry->summary to prevent it from returning the
26       full contents of the entry. Now, in an RSS feed, summary only returns
27       a value if there is both a <description> element *and* one of the
28       other elements typically used for the full content.
29     - Changed content model for Entry->content and Entry->summary.
30       They now return an XML::Feed::Content object, which knows about both
31       the actual content and the MIME type of the content.
32     - Improved feed format detection by first tag in feed.
33
34 0.01  2004.06.01
35     - Initial distribution.