<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,7 @@
 h3. What's New?
 
+* 2009-10-31
+** Confirmed that the test suite passes against CouchDB 0.10.0
 * 2009-08-15
 ** A few tweaks, patches and fixes push the version to 0.3.5, compatible with CouchDB 0.9.1 and the 0.10 branch.
 ** The Rails error_messages_for helper is now supported. Thanks to &quot;Balint Erdi&quot;:http://github.com/balinterdi.</diff>
      <filename>README.textile</filename>
    </modified>
    <modified>
      <diff>@@ -180,6 +180,7 @@ module RelaxDB
         prop_val = instance_variable_get(&quot;@#{prop}&quot;.to_sym)
         data[&quot;#{prop}&quot;] = prop_val if prop_val
       end
+      data[&quot;errors&quot;] = errors unless errors.empty?
       data[&quot;relaxdb_class&quot;] = self.class.name
       data.to_json      
     end</diff>
      <filename>lib/relaxdb/document.rb</filename>
    </modified>
    <modified>
      <diff>@@ -102,7 +102,7 @@ describe RelaxDB::Document do
       
       roll_clock_forward(60) do
         updated_at = p.save.updated_at
-        updated_at.should be_close(Time.at(ts.to_i + 60), 1)  
+        updated_at.should be_close(Time.at(ts.to_i + 60), 2)  
       end      
     end
         
@@ -176,7 +176,7 @@ describe RelaxDB::Document do
       RelaxDB.reload(o).tt.should == Time.parse(&quot;2009/04/01&quot;)
       
       o = BespokeWriter.new(:tt =&gt; Time.now).save
-      RelaxDB.reload(o).tt.should be_close(Time.now, 1)
+      RelaxDB.reload(o).tt.should be_close(Time.now, 2)
     end
         
   end</diff>
      <filename>spec/document_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c9aed013796c27ce35d0df968a7936f457e40d61</id>
    </parent>
  </parents>
  <author>
    <name>Paul Carey</name>
    <email>paul.p.carey@gmail.com</email>
  </author>
  <url>http://github.com/paulcarey/relaxdb/commit/1393437e226b85d1112ca387133da27a9dae3254</url>
  <id>1393437e226b85d1112ca387133da27a9dae3254</id>
  <committed-date>2009-10-31T04:00:49-07:00</committed-date>
  <authored-date>2009-10-31T04:00:49-07:00</authored-date>
  <message>Minor tweaks.</message>
  <tree>af94f338e50ffce901fb97b2fcc0c810c6d2c945</tree>
  <committer>
    <name>Paul Carey</name>
    <email>paul.p.carey@gmail.com</email>
  </committer>
</commit>
