From 537f5cb00ab45d91913f1888a2d6678b6cc91a4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Coutable?= Date: Wed, 17 Aug 2011 17:05:11 +0300 Subject: [PATCH] Update CHANGELOG for 0.6.2! [ci skip] --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a14a6c..e05d04d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## 0.6.2 - August 17, 2011 + +### Bugs fixes: + +- Re-add the possibility to use the `growl` gem since the `growl_notify` gem this is currently known to not work in conjunction with Spork. ([@netzpirat][]) +- Ensure that scoped groups and group name are symbolized before checking for inclusion. ([@rymai][]) + +### New features + +- Groups are now stored in a @groups variable (will be used for future features). ([@rymai][]) +- Guards will now receive their group in the options hash at initialization (will be used for future features). ([@rymai][]) + +### Improvement + +- Explain the growl/growl_notify differences in the README. ([@netzpirat][]) + ## 0.6.1 - August 15, 2011 ### Bugs fixes: