summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2012-04-01 01:45:48 -0400
committerElliott Sales de Andrade <quantum.analyst@gmail.com>2012-04-01 02:05:11 -0400
commit858fea8701754ebbe15a5a0ead031d40f631e35f (patch)
tree926a69e5d1c9e7d64fea97e008f85e6b4e7dbf6a /README.rst
parentacc8c2af4e232062eac6afd981a4f7d08b0a09ba (diff)
downloadpyscss-858fea8701754ebbe15a5a0ead031d40f631e35f.tar.gz
Fix cache buster URLs.
If there's already a query string or fragment in the URL, then adding another query is not correct.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 0475cd6..c7863ce 100644
--- a/README.rst
+++ b/README.rst
@@ -357,6 +357,7 @@ Changelog
+ 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)