From 8d4c47058cfafa31e992d907b55820820669ed2f Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Tue, 27 Apr 2010 01:06:53 -0700 Subject: [PATCH] Add a CHANGELOG entry about the CLI deprecation. --- 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 5f420cc1..19882910 100644 --- a/doc-src/content/CHANGELOG.markdown +++ b/doc-src/content/CHANGELOG.markdown @@ -23,6 +23,9 @@ COMPASS CHANGELOG import the float module explicitly now. * The `pretty-bullets` mixin will now infer the image dimensions by reading the image file if the image dimensions are not provided. +* The old CLI is now deprecated and a warning message will be printed + out if you use it. The new CLI is better and can be learned + by typing `compass help`. 0.10.0.rc3 (April 13, 2010) ---------------------------