<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,12 @@
 COMPASS CHANGELOG
 =================
 
+0.8.17 (September 24, 2009)
+---------------------------
+
+* The enumerate function now accepts an optional fourth parameter that specifies the separator to be used.
+  Enables fixing a bug in the Compass 960 Plugin.
+
 0.8.16 (September 12, 2009)
 ---------------------------
 </diff>
      <filename>CHANGELOG.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 module Compass::SassExtensions::Functions::Enumerate
-  def enumerate(prefix, from, through)
-    selectors = (from.value..through.value).map{|i| &quot;#{prefix.value}-#{i}&quot;}.join(&quot;, &quot;)
+  def enumerate(prefix, from, through, separator = &quot;-&quot;)
+    selectors = (from.value..through.value).map{|i| &quot;#{prefix.value}#{separator}#{i}&quot;}.join(&quot;, &quot;)
     Sass::Script::String.new(selectors)
   end
 end
\ No newline at end of file</diff>
      <filename>lib/compass/sass_extensions/functions/enumerate.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>65d6d694975ced7c973a871383fbdf0ce6835148</id>
    </parent>
  </parents>
  <author>
    <name>Chris Eppstein</name>
    <email>chris@eppsteins.net</email>
  </author>
  <url>http://github.com/chriseppstein/compass/commit/e0732c8700c5903fac60074d0e6443105f48b550</url>
  <id>e0732c8700c5903fac60074d0e6443105f48b550</id>
  <committed-date>2009-09-24T09:06:47-07:00</committed-date>
  <authored-date>2009-09-24T08:59:33-07:00</authored-date>
  <message>[Compass Core] The enumerate function now accepts an optional argument to specify the separator. Closes GH-46.</message>
  <tree>78c583955451befd42997833b15d55413aacc62f</tree>
  <committer>
    <name>Chris Eppstein</name>
    <email>chris@eppsteins.net</email>
  </committer>
</commit>
