Merge branch 'master' of github.com:davorg/xml-feed
[catagits/XML-Feed.git] / Changes
diff --git a/Changes b/Changes
index 902141d..3949756 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,20 @@
 2012-07-10  Dave Cross <dave@dave.org.uk>
 
+  * Change the User Agent to identify as XML::Feed  (SZABGAB)
+    as two sites refused to server the default user agent:
+      http://code.foo.no/feed gave 'Bad Behavior'
+      http://thorsen.pm/atom gave 'Forbidden'
+
+2012-04-10  Jakob Voss <voss@gbv.de>
+
+  * Add support for RFC 5005 Feed Paging and Archiving in Atom feeds
+
+2012-04-05  Dave Cross <dave@dave.org.uk>
+
+  * lib/XML/Feed.pm: Remove svn tag.
+
+  * lib/XML/Feed.pm: Changed contact details from non-working 6A email address.
+
   * lib/XML/Feed.pm, lib/XML/Feed/Format/Atom.pm, lib/XML/Feed/Format/RSS.pm:
   Added an image() method to Feed objects. Does something useful for RSS feeds;
   not for Atom feeds currently.