<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>examples/lists.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,5 @@
+0.7.1  - October 31, 2009
+  * Twitter lists! - based on draft API
 0.6.14 - August 16, 2009
   * Lowered the oauth requirement to 0.3.4 as people are complaining about 0.3.5
   </diff>
      <filename>History</filename>
    </modified>
    <modified>
      <diff>@@ -87,6 +87,15 @@ Twitter::Trends.weekly # current day
 Twitter::Trends.weekly(:exclude =&gt; 'hashtags')
 Twitter::Trends.weekly(:date =&gt; Date.new(2009, 5, 1))
 &lt;/code&gt;&lt;/pre&gt;
+
+    &lt;h2&gt;Lists Examples&lt;/h2&gt;
+    
+&lt;pre&gt;&lt;code&gt;httpauth = Twitter::HTTPAuth.new('username', 'password')
+client = Twitter::Base.new(httpauth)
+client.lists('pengwynn')
+client.list_members('pengwynn', 'rubyists')
+client.list_create('pengwynn', 'razorback_fans')
+&lt;/code&gt;&lt;/pre&gt;
 		
     &lt;!-- &lt;h2&gt;Command Line&lt;/h2&gt;
     </diff>
      <filename>website/index.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>be4bffd79c2bdcfd2988ef6a65cbca8a8f6abd6d</id>
    </parent>
  </parents>
  <author>
    <name>Wynn Netherland</name>
    <email>wynn@squeejee.com</email>
  </author>
  <url>http://github.com/jnunemaker/twitter/commit/e78592b43ed130e26fcdfe7e23ebea5db4421ddb</url>
  <id>e78592b43ed130e26fcdfe7e23ebea5db4421ddb</id>
  <committed-date>2009-10-31T11:38:41-07:00</committed-date>
  <authored-date>2009-10-31T11:38:41-07:00</authored-date>
  <message>Added list examples, updated history in prep for 0.7.0 release</message>
  <tree>6e95a0c40313aed8e3ed08b0b8c9653b8344c887</tree>
  <committer>
    <name>Wynn Netherland</name>
    <email>wynn@squeejee.com</email>
  </committer>
</commit>
