From c9a2eb2154e8d8359ad0ae8287abd27b3312cc38 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Thu, 5 Aug 2010 20:25:00 -0700 Subject: [PATCH] update changelog that I already put up on the website. --- 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 8dff4e5a..b7f9d41d 100644 --- a/doc-src/content/CHANGELOG.markdown +++ b/doc-src/content/CHANGELOG.markdown @@ -31,6 +31,7 @@ This will update your compass initializer file. * `+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. +* The `has-layout` mixin now uses pixels instead of ems to work around an opera bug. ### Blueprint * Two colors used in typography can now be customized.