From c252d4b6d7de1b1276ad0543faa9197dd01ec8a1 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sat, 16 Apr 2011 00:35:18 -0700 Subject: [PATCH] Note the new grid background module in the changelog. --- doc-src/content/CHANGELOG.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc-src/content/CHANGELOG.markdown b/doc-src/content/CHANGELOG.markdown index d2b9b8b8..22a103e0 100644 --- a/doc-src/content/CHANGELOG.markdown +++ b/doc-src/content/CHANGELOG.markdown @@ -19,6 +19,9 @@ The Documentation for the [latest preview release](http://beta.compass-style.org * Added support for the new webkit gradient syntax that matches the css3 specification. Support for older webkit browsers remains enabled at this time. To disable it, set `$support-for-original-webkit-gradients` to false. +* There is a new mixin for creating + [pure-css grid backgrounds](/reference/compass/layout/grid_background/) + for verifying grid alignment for both fixed and fluid grids. 0.11.beta.6 (04/10/2011) ------------------------