summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEevee (Lexy Munroe) <eevee.git@veekun.com>2016-06-08 19:04:04 -0700
committerEevee (Lexy Munroe) <eevee.git@veekun.com>2016-06-08 19:04:04 -0700
commit1ef6667e5b8cac861664b7a5a1347240c8352752 (patch)
treea804207d0bfb0e5d0834b16d95c001a8ac3fef07 /docs
parent73ecaf0514a4546b2eb20e8e3a36d124f1306c7d (diff)
downloadpyscss-1ef6667e5b8cac861664b7a5a1347240c8352752.tar.gz
1.3.5 changelog
Diffstat (limited to 'docs')
-rw-r--r--docs/back-matter.rst32
1 files changed, 31 insertions, 1 deletions
diff --git a/docs/back-matter.rst b/docs/back-matter.rst
index fdae94d..9d81638 100644
--- a/docs/back-matter.rst
+++ b/docs/back-matter.rst
@@ -46,7 +46,7 @@ License and copyright
---------------------
Copyright © 2012 German M. Bravo (Kronuz), with additional heavy contributions
-by Eevee (Alex Munroe). Licensed under the `MIT license`_.
+by Eevee (Lexy Munroe). Licensed under the `MIT license`_.
.. _MIT license: http://www.opensource.org/licenses/mit-license.php
@@ -67,6 +67,36 @@ working hours. Yelp does not claim copyright.
Changelog
---------
+1.3.5 (June 8, 2016)
+^^^^^^^^^^^^^^^^^^^^
+
+* The new ``less2scss`` module attempts to convert Less syntax to SCSS.
+* The ``*-exists`` functions from Sass 3.3 are now supported.
+* The contents of a file ``@import``-ed in the middle of an input file now
+ appears in the expected place, not at the end of the output.
+* Double-slashes within URLs, as often happens with base64-encoded data URLs,
+ are no longer stripped as comments.
+* Nesting selectors that end with a combinator, e.g. ``div > { p { ... } }``,
+ now works correctly.
+* ``invert()`` is now left alone when the argument is a number, indicating the
+ CSS filter rather than the Sass function.
+* ``if()`` now evaluates its arguments lazily.
+* ``str-slice()`` now silently corrects out-of-bounds indices.
+* ``append()`` now defaults to returning a space-delimited list, when the given
+ list has fewer than two elements.
+* ``-moz-calc`` and ``-webkit-calc`` are recognized as variants of the
+ ``calc()`` CSS function.
+* Filenames containing dots can now be imported.
+* Properties with a computed value of ``null`` are now omitted from the output.
+* The ``opacity`` token in IE's strange ``alpha(opacity=N)`` construct is now
+ recognized case-insensitively.
+* The Compass gradient functions now recognize ``currentColor`` as a color.
+* The fonts extension should now work under Python 3.
+* Escaped astral plane characters no longer crash narrow Python 2 builds.
+* The alpha value in ``rgba(...)`` is no longer truncated to only two decimal places.
+* Some edge cases with float precision were fixed, so 742px - 40px is no longer
+ 701.99999999px.
+
1.3.4 (Dec 15, 2014)
^^^^^^^^^^^^^^^^^^^^