SCSS NEWS --- history of user-visible changes
Copyright (C) 2005 Julian Graham
See the end for copying conditions.



Changes since development release 0.2.0

** Vastly improved performance

As part of some fixes to query algorithm correctness, there is a welcome side-
effect: SCSS queries now take an order of magnitude less time to complete,
making SCSS a whole lot more useful as an embedded style-management system.

** Changes to internal stylesheet representation

Pursuant to the optimizations mentioned above, the stylesheet format has
changed; detailed information can be found in the documentation, but developers
relying on direct access to SCSS stylesheets will need to update their code.


Changes since development release 0.1

** Property generalization improvements and bugfixes

If the best selector match contains a rule for a property that is a more
general version than the property requested, such as "border" for a lookup of
"border-left-style," SCSS will now correctly use the more general property to
determine the value of the requested property.

** Assorted bugfixes

Among others, bugs related to the !important modifier, color-to-hexadecimal 
conversion, and stylesheet emitting have been fixed.

** Documentation is complete

The SCSS API should now be fully documented.


Copyright information:

Copyright (C) 2005 Julian Graham

   Permission is granted to anyone to make or distribute verbatim copies
   of this document as received, in any medium, provided that the
   copyright notice and this permission notice are preserved,
   thus giving the recipient permission to redistribute in turn.

   Permission is granted to distribute modified versions
   of this document, or of portions of it,
   under the above conditions, provided also that they
   carry prominent notices stating who last changed them.


Local variables:
mode: outline
paragraph-separate: "[ 	]*$"
end:
