summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG8
-rw-r--r--README.rst8
2 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 54cefd8..2dca256 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,11 +1,15 @@
Changelog
=========
-1.1.4 ???
+1.1.5 ???
+ + Command line tool and entry point fixed.
+ + Fix cache buster URLs when paths already include queries or fragments.
+ + Hashable Values.
+
+1.1.4 Aug 8, 2012
+ Added ``--debug-info`` command line option (for *FireSass* output).
+ Added compass helper function ``reject()``.
+ Added ``undefined`` keyword for undefined variables.
- + Fix cache buster URLs when paths already include queries or fragments.
1.1.3 Jan 9, 2012
+ Support for the new Sass 3.2.0 features (``@content`` and placeholder selectors)
diff --git a/README.rst b/README.rst
index c7863ce..29d732f 100644
--- a/README.rst
+++ b/README.rst
@@ -353,11 +353,15 @@ issue tracker at http://github.com/Kronuz/pyScss/issues
Changelog
=========
-1.1.4 ???
+1.1.5 ???
+ + Command line tool and entry point fixed.
+ + Fix cache buster URLs when paths already include queries or fragments.
+ + Hashable Values.
+
+1.1.4 Aug 8, 2012
+ Added ``--debug-info`` command line option (for *FireSass* output).
+ Added compass helper function ``reject()``.
+ Added ``undefined`` keyword for undefined variables.
- + Fix cache buster URLs when paths already include queries or fragments.
1.1.3 Jan 9, 2012
+ Support for the new Sass 3.2.0 features (``@content`` and placeholder selectors)