<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>examples/friendship_existance.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,7 @@
 0.5.1 - April 5, 2009
 * 1 minor change
   * Added data error hash returned from twitter to a few of the exceptions to help with debugging
+  * Fixed friendship_exists?. Was throwing mash stringify keys error because it was returning true or false instead of hash or array.
   
 0.5.0 - April 3, 2009
 * 1 major rewrite for OAuth</diff>
      <filename>History</filename>
    </modified>
    <modified>
      <diff>@@ -74,8 +74,10 @@ module Twitter
       def mash(obj)
         if obj.is_a?(Array)
           obj.map { |item| Mash.new(item) }
-        else
+        elsif obj.is_a?(Hash)
           Mash.new(obj)
+        else
+          obj
         end
       end
       </diff>
      <filename>lib/twitter/request.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b3b148143970d4aa59164d00089cdfe6deecef18</id>
    </parent>
  </parents>
  <author>
    <name>John Nunemaker</name>
    <email>nunemaker@gmail.com</email>
  </author>
  <url>http://github.com/jnunemaker/twitter/commit/1e9def65277125f23739be034abd4059a42d2b87</url>
  <id>1e9def65277125f23739be034abd4059a42d2b87</id>
  <committed-date>2009-04-05T10:03:18-07:00</committed-date>
  <authored-date>2009-04-05T10:03:18-07:00</authored-date>
  <message>Fixed friendship_exists? which was throwing mash error. Now returns object if object is not mashable.</message>
  <tree>83362f6e7215d88dc0eefe9721a3ace186154064</tree>
  <committer>
    <name>John Nunemaker</name>
    <email>nunemaker@gmail.com</email>
  </committer>
</commit>
