From b030c83ddcb604e4e5c65f7b2d0d38456f6414e3 Mon Sep 17 00:00:00 2001 From: Charles Jolley Date: Thu, 21 Jul 2011 20:53:56 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3e432c..8167b07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ +# 1.0.0.beta.7 + + * fixed bug where local packages that are indirect dependencies of other + remote packages could cause bpm to error out unable to find dependencies. + + * improved logging slightly + +# 1.0.0.beta.6 (yanked) + * bpm now passes a context object with build settings and a minify option to plugins - this will allow spade to support string loading.