<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,7 @@
+== 0.2.9 2009-01-29
+* 1 minor enhancement
+  * Added a 'headers' accessor to the response with a hash of any HTTP headers. (Don Peterson)
+  * Add support for a &quot;:cookies&quot; option to be used at the class level, or as an option on any individual call.  It should be passed a hash, which will be converted to the proper format and added to the request headers when the call is made. (Don Peterson)
 == 0.2.8 2009-01-28
 * 1 major fix
   * fixed major bug with response where it wouldn't iterate or really work at all with parsed responses</diff>
      <filename>History</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@ require 'pp'
 
 # You can also use post, put, delete in the same fashion
 response = HTTParty.get('http://twitter.com/statuses/public_timeline.json')
-pp response
+puts response.body, response.code, response.headers.inspect
 
 response.each do |item|
   puts item['user']['screen_name']</diff>
      <filename>examples/basic.rb</filename>
    </modified>
    <modified>
      <diff>@@ -34,3 +34,4 @@ delicious = Delicious.new(config['username'], config['password'])
 pp delicious.posts(:query =&gt; {:tag =&gt; 'ruby'})
 pp delicious.recent
 
+delicious.recent['posts']['post'].each { |post| puts post['href'] }
\ No newline at end of file</diff>
      <filename>examples/delicious.rb</filename>
    </modified>
    <modified>
      <diff>@@ -11,4 +11,4 @@ class Rubyurl
   end
 end
 
-pp Rubyurl.shorten( 'http://istwitterdown.com/' )
+pp Rubyurl.shorten( 'http://istwitterdown.com/')
\ No newline at end of file</diff>
      <filename>examples/rubyurl.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>424e752f6cf436d4e1736ac630a544e3dcb190e9</id>
    </parent>
  </parents>
  <author>
    <name>John Nunemaker</name>
    <email>nunemaker@gmail.com</email>
  </author>
  <url>http://github.com/jnunemaker/httparty/commit/3953ead723395c25cc6df9059b6f0c4b3aae9c9b</url>
  <id>3953ead723395c25cc6df9059b6f0c4b3aae9c9b</id>
  <committed-date>2009-01-29T01:23:44-08:00</committed-date>
  <authored-date>2009-01-29T01:20:55-08:00</authored-date>
  <message>Updated history and examples.</message>
  <tree>ec09bac43160439f284992748c362c5f4b0554df</tree>
  <committer>
    <name>John Nunemaker</name>
    <email>nunemaker@gmail.com</email>
  </committer>
</commit>
