summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorGerman M. Bravo <german.mb@deipi.com>2013-05-06 08:38:58 -0500
committerGerman M. Bravo <german.mb@deipi.com>2013-05-06 08:38:58 -0500
commit34bc9be09ce888cdedfbb341e35afeb9b0d58ca0 (patch)
tree5853549d390788f107399369aa8445820f0f36fb /README.rst
parent569da8dd42e0451fa22804213b9e2e32762fef69 (diff)
downloadpyscss-34bc9be09ce888cdedfbb341e35afeb9b0d58ca0.tar.gz
README updated
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst21
1 files changed, 20 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 29d732f..30f0155 100644
--- a/README.rst
+++ b/README.rst
@@ -353,7 +353,26 @@ issue tracker at http://github.com/Kronuz/pyScss/issues
Changelog
=========
-1.1.5 ???
+2.0.0 ???
+ + Heavy refactoring, an expanded test suite, and more extensibility.
+ > Bug fixes:
+ - Unrecognized @-rule blocks such as ``@keyframes`` are now preserved.
+ > Features:
+ + Support for writing custom Sass functions in Python.
+ > Backwards-incompatible changes:
+ * Configuration via monkeypatching the ``scss`` module no longer works. Use the new constructor arguments instead.
+
+
+1.1.6 ???
+ + Compatibility with Python 2.5 restored.
+
+1.1.5 Feb 15, 2013
+ + ``debug_info`` now properly produces rules that can be used by FireSass and Google Chrome SASS Source Maps.
+ + Improved memory usage for large sets of files to be used as sprites.
+ + Warns about IE 4095 maximum number of selectors.
+ + ``debug_info`` prints info as comments if specified as ``comments``.
+ + Better handling of undefined variables.
+ + Added CSS filter functions and ``skewX`` ``skewY``.
+ Command line tool and entry point fixed.
+ Fix cache buster URLs when paths already include queries or fragments.
+ Hashable Values.