From 56c49546ef160303857cddd81000ac50ec1fb152 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sat, 12 Jun 2010 07:48:33 -0700 Subject: [PATCH] Make some changelog entries. --- doc-src/content/CHANGELOG.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc-src/content/CHANGELOG.markdown b/doc-src/content/CHANGELOG.markdown index 1dac1004..0fbe391b 100644 --- a/doc-src/content/CHANGELOG.markdown +++ b/doc-src/content/CHANGELOG.markdown @@ -12,6 +12,15 @@ COMPASS CHANGELOG * Deprecated imports and APIs from v0.10 have been removed. +### Blueprint + +* Deprecations: + - Passing an argument to the blueprint-scaffolding mixin is not necessary + and has been deprecated. +* Some color defaults now use color functions instead of color arithmetic. + This may result in different output for those who have color customizations. + + 0.10.2 (May 31, 2010) ---------------------