Load XML-Feed-0.02 into trunk.
[catagits/XML-Feed.git] / Changes
1 # $Id: Changes,v 1.4 2004/07/29 16:42:29 btrott Exp $
2
3 Revision history for XML::Feed
4
5 0.02
6     - Changed behavior of Entry->summary to prevent it from returning the
7       full contents of the entry. Now, in an RSS feed, summary only returns
8       a value if there is both a <description> element *and* one of the
9       other elements typically used for the full content.
10     - Changed content model for Entry->content and Entry->summary.
11       They now return an XML::Feed::Content object, which knows about both
12       the actual content and the MIME type of the content.
13     - Improved feed format detection by first tag in feed.
14
15 0.01  2004.06.01
16     - Initial distribution.