<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,24 @@
+Version 2.1.3
+October 10 2009
+================================================================
+
+* Fixes the load() function in the Packages DSL, and adds some
+  caching to improve lookup times for finding a package by the
+  name of its provided objects.
+
+* Non-existent package errors are now defered until you require()
+  an object rather than being thrown at package definition time.
+  This means require() won't complain about being passed native
+  objects or objects loaded by other means, as long as the
+  required object does actually exist.
+
+* MethodChain now adds instance methods from Modules, and adds
+  methods that were defined *before* MethodChain was loaded.
+
+* State now supports callSuper() to state methods imported from
+  mixins; previously you could only callSuper() to the superclass.
+
+
 Version 2.1.2
 August 11 2009
 ================================================================</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@
           =link 'JS.Class', '/'
           %span Ruby-style JavaScript
         #download
-          %a{:href =&gt; '/assets/JS.Class.2-1-2.zip', :onclick =&gt; &quot;trackDownload('2.1.2')&quot;}
+          %a{:href =&gt; '/assets/JS.Class.2-1-2.zip', :onclick =&gt; &quot;trackDownload('2.1.3')&quot;}
             Download v2.1
     .sub
       #content</diff>
      <filename>site/src/layouts/application.haml</filename>
    </modified>
    <modified>
      <diff>@@ -52,7 +52,7 @@
   * Classes can be named to generate @displayName@ on methods for
     &quot;use with the WebKit debugger&quot;:/debugging.html.
   
-  &lt;a href=&quot;/assets/JS.Class.2-1-2.zip&quot; onclick=&quot;trackDownload('2.1.2')&quot;&gt;Download JS.Class 2.1.2&lt;/a&gt;
+  &lt;a href=&quot;/assets/JS.Class.2-1-2.zip&quot; onclick=&quot;trackDownload('2.1.3')&quot;&gt;Download JS.Class 2.1.3&lt;/a&gt;
   
   Most code based on version 1.x will be compatible with this release, but there a few &quot;issues
   to be aware of&quot;:/upgrade.html. If you have code you cannot update to 2.x at present, 1.6 is</diff>
      <filename>site/src/pages/index.haml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>260c57e6be6d3a4baa1292c172c14758f4ceb1a7</id>
    </parent>
  </parents>
  <author>
    <name>James Coglan</name>
    <email>jcoglan@googlemail.com</email>
  </author>
  <url>http://github.com/jcoglan/js.class/commit/7901aea5dc5734a3a84f1d637d978c86ba1afa32</url>
  <id>7901aea5dc5734a3a84f1d637d978c86ba1afa32</id>
  <committed-date>2009-10-10T11:47:23-07:00</committed-date>
  <authored-date>2009-10-10T11:47:23-07:00</authored-date>
  <message>Update the changelog and version numbers on the website.</message>
  <tree>11eae63aba1d9d202ab401825437a3661b9f02a2</tree>
  <committer>
    <name>James Coglan</name>
    <email>jcoglan@googlemail.com</email>
  </committer>
</commit>
