update the changelog with mention of new math functions.

This commit is contained in:
Chris Eppstein 2012-03-11 18:12:36 -07:00
parent 34540bb753
commit 4e4d813950

View File

@ -26,6 +26,8 @@ The Documentation for the [latest preview release](http://beta.compass-style.org
### Misc Changes
* Fix the mime-type of embedded `woff` font files. Add support for Embedded OpenType fonts.
* New math functions are now available: `e()`, `log($number[, $base = e()])`, `sqrt($number)`
and `pow($number, $exponent)`
0.12.rc.1 (02/02/2012)