From 791943e0890a3f6d6c01cd93c09bdeed1070f0e2 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sat, 16 Apr 2011 01:23:39 -0700 Subject: [PATCH] Note the new vertical rhythm function in the changelog --- doc-src/content/CHANGELOG.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc-src/content/CHANGELOG.markdown b/doc-src/content/CHANGELOG.markdown index b5a0e8dc..0e2db03a 100644 --- a/doc-src/content/CHANGELOG.markdown +++ b/doc-src/content/CHANGELOG.markdown @@ -14,7 +14,7 @@ The Documentation for the [latest stable release](http://compass-style.org/docs/ The Documentation for the [latest preview release](http://beta.compass-style.org/) -0.11.beta.7 (UNRELEASED) +0.11.beta.7 (04/16/2011) ------------------------ * Added support for the new webkit gradient syntax that matches the css3 specification. Support for older webkit browsers remains enabled at this time. @@ -23,6 +23,7 @@ The Documentation for the [latest preview release](http://beta.compass-style.org [pure-css grid backgrounds](/reference/compass/layout/grid_background/) for verifying grid alignment for both fixed and fluid grids. * Add support for pixel-based gradients in the original webkit gradient syntax. +* Added a vertical rhythm function for calculating rhythms without returning a property. 0.11.beta.6 (04/10/2011) ------------------------