<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>lib/chemcaster/Log.php</filename>
    </added>
    <added>
      <filename>tests/LogTest.php</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -11,5 +11,6 @@ require dirname( __FILE__ ) . '/chemcaster/Registration.php';
 require dirname( __FILE__ ) . '/chemcaster/Substance.php';
 require dirname( __FILE__ ) . '/chemcaster/Structure.php';
 require dirname( __FILE__ ) . '/chemcaster/Execution.php';
+require dirname( __FILE__ ) . '/chemcaster/Log.php';
 require dirname( __FILE__ ) . '/chemcaster/Image.php';
 </diff>
      <filename>lib/chemcaster.php</filename>
    </modified>
    <modified>
      <diff>@@ -68,6 +68,11 @@ class Chemcaster_Representation
                 foreach( $value as $v )
                 $this-&gt;_results[] = new Chemcaster_Link($v-&gt;name, $v-&gt;uri, $v-&gt;media_type);
             }
+            else if( 'events' === $name)
+            {
+                foreach( $value as $v )
+                    $this-&gt;_events[] = new Chemcaster_Link($v-&gt;name, $v-&gt;uri, $v-&gt;media_type);
+            }
             else if( TRUE === isset($this-&gt;_links[$name]) )
             {
                 $this-&gt;_links[$name] = new Chemcaster_Link($value-&gt;name, $value-&gt;uri, $value-&gt;media_type);</diff>
      <filename>lib/chemcaster/Representation.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e8b67a23074581c5002f2a591dc6eae2a7425153</id>
    </parent>
  </parents>
  <author>
    <name>Rob Apodaca</name>
    <email>rob.apodaca@gmail.com</email>
  </author>
  <url>http://github.com/metamolecular/chemcaster-php/commit/254d5edb32316415e245b50dbda501ead74846a8</url>
  <id>254d5edb32316415e245b50dbda501ead74846a8</id>
  <committed-date>2009-09-22T17:03:18-07:00</committed-date>
  <authored-date>2009-09-22T17:03:18-07:00</authored-date>
  <message>Added Log class.</message>
  <tree>48715927da74d6dae483493f8ff1a94a9d17ffde</tree>
  <committer>
    <name>Rob Apodaca</name>
    <email>rob.apodaca@gmail.com</email>
  </committer>
</commit>
