From 4e4d8139506f7187ba86224445ada44ac1de5a97 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sun, 11 Mar 2012 18:12:36 -0700 Subject: [PATCH] update the changelog with mention of new math functions. --- doc-src/content/CHANGELOG.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc-src/content/CHANGELOG.markdown b/doc-src/content/CHANGELOG.markdown index a498fe9a..5c6522a0 100644 --- a/doc-src/content/CHANGELOG.markdown +++ b/doc-src/content/CHANGELOG.markdown @@ -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)