From 3f125771dbd133e6250d4dd454c9f0aa67680790 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Mon, 26 Apr 2010 17:43:38 -0700 Subject: [PATCH] document some small functional changes --- doc-src/content/CHANGELOG.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc-src/content/CHANGELOG.markdown b/doc-src/content/CHANGELOG.markdown index 46fff0e7..5f420cc1 100644 --- a/doc-src/content/CHANGELOG.markdown +++ b/doc-src/content/CHANGELOG.markdown @@ -18,6 +18,11 @@ COMPASS CHANGELOG 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 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) ---------------------------