From 867a3fb5330800a4bbafd665cd7630deed643328 Mon Sep 17 00:00:00 2001 From: "German M. Bravo" Date: Mon, 9 Jan 2012 18:21:06 -0600 Subject: Changelog improved --- README.rst | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index f0800d9..f049c30 100644 --- a/README.rst +++ b/README.rst @@ -273,36 +273,36 @@ Changelog ========= 1.1.4 ??? - + Added ``--debug-info`` command line option + + Added ``--debug-info`` command line option (for *FireSass* output). 1.1.3 Jan 9, 2012 - + Support for the new Sass 3.2.0 features (@content and placeholder selectors) + + Support for the new Sass 3.2.0 features (``@content`` and placeholder selectors) + Fixed bug with line numbers throwing an exception. 1.1.2 Jan 3, 2012 + Regression bug fixed from 1.1.1 1.1.1 Jan 2, 2012 - + Added optional C module for an amazing boost in scanning speed! + + Added optional C speedup module for an amazing boost in scanning speed! + Added ``headings``, ``stylesheet-url``, ``font-url``, ``font-files``, ``inline-font-files`` and ``sprite-names``. 1.1.0 - Dec 22, 2011 - + Added min() and max() for lists. + + Added ``min()`` and ``max()`` for lists. + Removed exception raise. 1.0.9 - Dec 22, 2011 + Optimizations in the scanner. - + Added background-noise() for compass-recipes support. - + enumerate() and range() can go backwards. Ex.: range(3, 0) goes from 3 to 0. + + Added ``background-noise()`` for compass-recipes support. + + ``enumerate()`` and ``range()`` can go backwards. Ex.: ``range(3, 0)`` goes from 3 to 0. + Added line numbers and files for errors. - + Added support for FireSass for Firebug - + nth(n) is round (returns nth mod len item of the list). - + --watch added to the command line. + + Added support for *Firebug* with *FireSass*. + + ``nth(n)`` is round (returns the ``nth mod len`` item of the list). + + ``--watch`` added to the command line. + Several bugs fixed. 1.0.8 - May 13, 2011 - + Changed source color ($src-color) default to black. - + Moved the module filename to __init__.py and module renamed back to scss. + + Changed source color (``$src-color``) default to black. + + Moved the module filename to ``__init__.py`` and module renamed back to scss. Contributing -- cgit v1.2.1