<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,8 @@
 
+- SC.Record does a better job of matching null values.  Fixed #96 [Fredrik Blomqvist]
+
+- SC.Server now handles created records with no attributes yet.  Fixed #98 [CAJ]
+
 - Added support for reduced properties.  These properties begin with &quot;@&quot; and
   will automatically calculate some kind of summary information about the 
   receiving array.  They are also bindable so you can bind to myArray.@average</diff>
      <filename>HISTORY</filename>
    </modified>
    <modified>
      <diff>@@ -503,6 +503,7 @@ SC.Record = SC.Object.extend(
     if (recValue &amp;&amp; recValue.primaryKey) recValue = recValue.get(recValue.primaryKey) ;
     var stringify = (value instanceof RegExp);
     if (stringify)  {
+      if (recValue == null) return false ;
       return recValue.toString().match(value) ;
     } else {
        return recValue==value ;</diff>
      <filename>models/record.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5451d146d97a271425c0edf99665afcc6f0a5baa</id>
    </parent>
  </parents>
  <author>
    <name>Charles Jolley</name>
    <email>charles@sproutit.com</email>
  </author>
  <url>http://github.com/sproutit/sproutcore/commit/2fba8e8b8eec04f61ab183cd443e6590cf3c0a4e</url>
  <id>2fba8e8b8eec04f61ab183cd443e6590cf3c0a4e</id>
  <committed-date>2008-08-09T19:21:26-07:00</committed-date>
  <authored-date>2008-08-09T19:21:26-07:00</authored-date>
  <message>SC.Record does a better job of matching null values.  Fixed #96 [Fredrik Blomqvist]</message>
  <tree>26d3828938bd0608d669ec1549375e960ac00c11</tree>
  <committer>
    <name>Charles Jolley</name>
    <email>charles@sproutit.com</email>
  </committer>
</commit>
