From c0533a01d9961fb577bfa1f544feba471a4a085f Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Fri, 12 Nov 2010 11:54:13 -0800 Subject: [PATCH] Tell folks how to stay on the old version of blueprint if they prefer it. --- 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 44c00304..0e1dd5fd 100644 --- a/doc-src/content/CHANGELOG.markdown +++ b/doc-src/content/CHANGELOG.markdown @@ -26,6 +26,9 @@ COMPASS CHANGELOG * Fixed specificity problems in typography.css and grid.css [CMM] * See Lighthouse for more bug fixes * Full [changelog][blueprint_10_change] + * If for some reason you'd like to stay on the older version of blueprint you can run + the following command in your project before you upgrade (or after temporarily downgrading): + `compass unpack blueprint` ### Helpers