Imported Upstream version 0.11
[libwww-opensearch-perl.git] / Changes
diff --git a/Changes b/Changes
index 066bf90..1a7cba1 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,42 @@
 Revision history for Perl extension WWW::OpenSearch
 
+0.11    Tue Apr 17 2007
+        - added a simple OSD parsing test
+
+0.10_02 Tue Jan 23 2007
+        - fix Request.pm to clone the extra attributes we've
+          added (Marc Tobias)
+
+0.10_01 Mon Jan 22 2007
+        - use URI::Template for parsing OSD uri templates
+        - added opensearch-specific Request and Agent classes
+        - un-break get_best_url()
+        - you can now pass a WWW::OpenSearch::Url to WWW::OpenSearch's
+          search() method
+        - added ns() (namespace) field to Url.pm
+        - re-worked paging to use the new Request object
+
+        [ THINGS THAT MAY BREAK YOUR CODE ]
+        - using URI::Template means some methods are now proxied to
+          that class
+        - removed agent argument in new() in OpenSearch.pm
+        - handling of POST requests in prepare_query() in Url.pm now 
+          returns data suitable for passing to HTTP::Request
+        - un-link Response.pm and the parent WWW::OpenSearch object --
+          a Response is now in the context of whatever
+          WWW::OpenSearch::Url was used
+
+0.09    Thu Dec 07 2006
+        - fix link fetching from atom feeds
+
+0.08    Wed Sep 13 2006
+        - fix optional attributes for Image
+        - added strict to Url object
+
+0.07    Mon Sep 11 2006
+        - inflate query and image fields to objects for OSD 1.1
+        - pod updates
+
 0.06_02 Thu Jul 20 2006
         - added tests
         - updated available description info