<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -8,11 +8,6 @@
     [Haml]/[Sass], punctuation
     Don't forget docs
   [2.4] Syntax highlighting?
-** Sass
-   CHANGELOG
-     Mention deprecations
-       variable syntax
-     Flexible indentation
 
 * Code
 ** Haml</diff>
      <filename>TODO</filename>
    </modified>
    <modified>
      <diff>@@ -13,9 +13,22 @@ others that you can download and import into your own. The fundamental
 units of abstraction in Sass are variables and mixins. Please read
 below for a list of changes:
 
+### Must Read!
+
+* Sass Comments (//) used to only comment out a single line. This was deprecated
+  in 2.0.10 and starting in 2.2, Sass comments will comment out any lines indented
+  under them. Upgrade to 2.0.10 in order to see deprecation warnings where this change
+  affects you.
+
+* Implicit Strings within SassScript are now deprecated and will be removed in 2.4.
+  For example: `border= !width solid #00F` should now be written as `border: #{!width} solid #00F`
+  or as `border= !width &quot;solid&quot; #00F`. After upgrading to 2.2, you will see deprecation warnings
+  if you have sass files that use implicit strings.
+
+
 ### Sass Syntax Changes
 
-#### Indentation
+#### Flexible Indentation
 
 The indentation of Sass documents is now flexible. The first indent
 that is detected will determine the indentation style for that</diff>
      <filename>doc-src/SASS_CHANGELOG.md</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7adf930ad86b4ebe12da829a81588ac858ba9a19</id>
    </parent>
  </parents>
  <author>
    <name>Chris Eppstein</name>
    <email>chris@eppsteins.net</email>
  </author>
  <url>http://github.com/chriseppstein/haml/commit/2a767b6783322f9e0b09f0855191e3c9cdc12004</url>
  <id>2a767b6783322f9e0b09f0855191e3c9cdc12004</id>
  <committed-date>2009-07-05T13:10:11-07:00</committed-date>
  <authored-date>2009-07-05T12:34:45-07:00</authored-date>
  <message>Updates to the Sass Changelog.</message>
  <tree>935f5d761a479d0820843cbbd80db2432f4188f8</tree>
  <committer>
    <name>Chris Eppstein</name>
    <email>chris@eppsteins.net</email>
  </committer>
</commit>
