From 676e9cdbea10a4a96016deaf93cbfafb2ae2a2cd Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Tue, 27 Apr 2010 01:41:13 -0700 Subject: [PATCH] Mention the gemspec changes 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 d7d2c7ec..512eb7ea 100644 --- a/doc-src/content/CHANGELOG.markdown +++ b/doc-src/content/CHANGELOG.markdown @@ -30,6 +30,9 @@ COMPASS CHANGELOG * The `background-clip` mixin now accepts the value of `text`. Credit: [Thomas Reynolds]() * The display: box model and associated properties are now part of the css3 module. Credit: [Lorin Tackett](http://blog.lorintackett.com/) +* The compass gem is now built with a simple `gem build compass.gemspec`. + This should make it play nicer with tools like + [bundler](http://gembundler.org/). 0.10.0.rc3 (April 13, 2010) ---------------------------