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