document some small functional changes

This commit is contained in:
Chris Eppstein 2010-04-26 17:43:38 -07:00
parent 8d5e6406fa
commit 3f125771db

View File

@ -18,6 +18,11 @@ COMPASS CHANGELOG
what prefixes get generated by default and the order that they are what prefixes get generated by default and the order that they are
emitted. The goal of this change is to provide a more future-proof emitted. The goal of this change is to provide a more future-proof
implementation. implementation.
* The unnecessary import of the `float` module from the `hacks` module
was removed. If you were relying on this, you'll need to
import the float module explicitly now.
* The `pretty-bullets` mixin will now infer the image dimensions by
reading the image file if the image dimensions are not provided.
0.10.0.rc3 (April 13, 2010) 0.10.0.rc3 (April 13, 2010)
--------------------------- ---------------------------