<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>OAuth.php</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -2,6 +2,11 @@
 - Removed
 * Changed/fixed
 
+* fixed a bug in destroyStatus
+* removed a call to buildRequest I forgot to get rid of
+* fixed bugs with createFavorite and destroyFavorite
+* removed debug output
+
 05 14 2009
 - buildRequest was actually kind of unneccessary. Like the second c in that word.
 * Smarter handling of GET/POST requests, thanks to Gabriel Sosa @pendexgabo</diff>
      <filename>CHANGES</filename>
    </modified>
    <modified>
      <diff>@@ -28,8 +28,5 @@ were calling it from pure HTTP. For example:
 
   http://twitter.com/statuses/mentions.json?page=2
 
-
-
 Justin Poliey &lt;jdp34@njit.edu&gt;
 http://justinpoliey.com
-</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -131,7 +131,7 @@ abstract class TwitterBase {
 		if ($reply_to) {
 			$options['in_reply_to_status_id'] = $reply_to;
 		}
-    return $this-&gt;apiCall('statuses/update', 'post', $format, $options);
+    	return $this-&gt;apiCall('statuses/update', 'post', $format, $options);
 	}
 
 	/**
@@ -141,7 +141,7 @@ abstract class TwitterBase {
 	 * @return string
 	 */
 	function destroyStatus($id, $format = 'xml') {
-    return $this-&gt;apiCall(&quot;statuses/destroy/{id}&quot;, 'post', $format, $options);
+    	return $this-&gt;apiCall(&quot;statuses/destroy/{$id}&quot;, 'post', $format, $options);
 	}
 
 	/**</diff>
      <filename>twitter.lib.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7951bbaddd3fcfc175b049bb5c6bffbefca15c84</id>
    </parent>
  </parents>
  <author>
    <name>jdp</name>
    <email>jdp34@njit.edu</email>
  </author>
  <url>http://github.com/jdp/twitterlibphp/commit/2645d078137b98e9c3900191132383a88c8e4905</url>
  <id>2645d078137b98e9c3900191132383a88c8e4905</id>
  <committed-date>2009-06-24T20:20:01-07:00</committed-date>
  <authored-date>2009-06-24T20:20:01-07:00</authored-date>
  <message>fixed bug in destroyStatus method</message>
  <tree>d0b90ec31de0d8e6788f781a1ef9edcea0550169</tree>
  <committer>
    <name>jdp</name>
    <email>jdp34@njit.edu</email>
  </committer>
</commit>
