From 01d62fa89da8aad19b718dbf1c1518d30baa4010 Mon Sep 17 00:00:00 2001 From: Nathan Weizenbaum Date: Fri, 29 Jun 2012 17:18:13 -0700 Subject: [PATCH] Mention CSS4 selector support in the changelog. --- doc-src/SASS_CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc-src/SASS_CHANGELOG.md b/doc-src/SASS_CHANGELOG.md index 229cdc163d..9f22a923b2 100644 --- a/doc-src/SASS_CHANGELOG.md +++ b/doc-src/SASS_CHANGELOG.md @@ -97,6 +97,10 @@ that make use of `@media` and other directives dynamically. * Previously, only the `:-moz-any` selector was supported; this has been expanded to support any vendor prefix, as well as the plain `:any` selector. +* All proposed [CSS4 selectors](http://dev.w3.org/csswg/selectors4/) are now + supported, including reference selectors (e.g. `.foo /attr/ .bar`) and subject + selectors (e.g. `.foo!`). + * Sass now supports a global list of load paths, accessible via {Sass.load_paths}. This allows plugins and libraries to easily register their Sass files such that they're accessible to all {Sass::Engine} instances.