<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -73,8 +73,10 @@ One method is included into your active record class, which is pretty self expla
 
 &lt;pre&gt;
   def to_xml(options = {})
-    options[:except] ||= []
-    xml_protected_to_xml(options.merge(:except =&gt; options[:except].concat(self.class.protected_xml_attributes)))
+    xml_protected_to_xml(
+      options.merge(
+        :except =&gt; self.class.protected_xml_attributes + (options[:except] || [])
+    ))
   end
 &lt;/pre&gt;
 </diff>
      <filename>README.textile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a415d6e0d61c8d6bbbdd7822d491650b0a9a47da</id>
    </parent>
  </parents>
  <author>
    <name>Matthew Moore</name>
    <email>matt@thrivesmart.com</email>
  </author>
  <url>http://github.com/thrivesmart/xml_protected/commit/34dc2eb79de28ae4a2aba0d3b58341e43e7eafe4</url>
  <id>34dc2eb79de28ae4a2aba0d3b58341e43e7eafe4</id>
  <committed-date>2008-10-01T15:33:29-07:00</committed-date>
  <authored-date>2008-10-01T15:33:29-07:00</authored-date>
  <message>readme fix</message>
  <tree>fb052c33abe0b2a97caccb841280a843d0bc0622</tree>
  <committer>
    <name>Matthew Moore</name>
    <email>matt@thrivesmart.com</email>
  </committer>
</commit>
