From e6c418062b16a84268a2205382019a5c6410cd2f Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sat, 24 Jul 2010 01:04:25 -0700 Subject: [PATCH] Update the changelog --- doc-src/content/CHANGELOG.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/doc-src/content/CHANGELOG.markdown b/doc-src/content/CHANGELOG.markdown index 33211cc4..de0fa608 100644 --- a/doc-src/content/CHANGELOG.markdown +++ b/doc-src/content/CHANGELOG.markdown @@ -30,6 +30,7 @@ This will update your compass initializer file. * The gradient mixins output official w3c declarations along with the `-webkit` and `-moz` prefixed versions. The official code is based on the w3c spec and is nearly ideantical to the mozilla version, although it is currently not supported by any browser. * `+opacity` no longer uses any prefixed variations, as IE uses `filter` and all other modern browsers support the official spec or nothing at all. +* Support for specifying horizontal and vertical radii for the shorthand border-radius property. ### Blueprint * Two colors used in typography can now be customized.