<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,7 @@
+== 0.2.3 2008-12-23
+* 1 bug fix
+  * Fixed typecasting class variable naming issue
+
 == 0.2.2 2008-12-08
 * 1 bug fix
   * Added the missing core extension hash method to_xml_attributes</diff>
      <filename>History</filename>
    </modified>
    <modified>
      <diff>@@ -100,11 +100,11 @@ class REXMLUtilityNode
   end
   
   def self.available_typecasts
-    @@typecasts
+    @@available_typecasts
   end
   
   def self.available_typecasts=(obj)
-    @@typecasts = obj
+    @@available_typecasts = obj
   end
 
   self.typecasts = {}</diff>
      <filename>lib/core_extensions.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,3 @@
 module HTTParty
-  Version = '0.2.2'
+  Version = '0.2.3'
 end
\ No newline at end of file</diff>
      <filename>lib/httparty/version.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0ec741615406eb03b99314587d736f7d5019e63f</id>
    </parent>
  </parents>
  <author>
    <name>John Nunemaker</name>
    <email>nunemaker@gmail.com</email>
  </author>
  <url>http://github.com/jnunemaker/httparty/commit/e73bdb92a5c68dc8d049a4d3799a0807019a6c2e</url>
  <id>e73bdb92a5c68dc8d049a4d3799a0807019a6c2e</id>
  <committed-date>2008-12-23T09:43:13-08:00</committed-date>
  <authored-date>2008-12-23T09:43:13-08:00</authored-date>
  <message>Fixed typecast class variable naming conflict.</message>
  <tree>d08112abacf20536d788012d3acd1141252c056f</tree>
  <committer>
    <name>John Nunemaker</name>
    <email>nunemaker@gmail.com</email>
  </committer>
</commit>
