Updated CHANGELOG (added 0.4.2 changes).

This commit is contained in:
Rémy Coutable 2011-06-08 12:26:16 +02:00
parent 21f5a41f88
commit a01a6b6fd2

View File

@ -4,12 +4,19 @@
- Clear the terminal on start when the `:clear` option is given. ([@rymai][]) - Clear the terminal on start when the `:clear` option is given. ([@rymai][])
## 0.4.2 - June 7, 2011
### Bugs fixes:
- Fixed Guard::Version in ruby 1.8.7 ([@thibaudgg][])
- Fix ([@mislav][]) link in CHANGELOG (this is a recursive CHANGELOG item :P). ([@fnichol][])
## 0.4.1 - June 7, 2011 ## 0.4.1 - June 7, 2011
### Improvements ### Improvements
- Pull request [#77](https://github.com/guard/guard/pull/77): Refactor `get_guard_class` to first try the constant and fallback to require + various tweaks ([@mislav][]) - Pull request [#77](https://github.com/guard/guard/pull/77): Refactor `get_guard_class` to first try the constant and fallback to require + various tweaks. ([@mislav][])
- Notifier improvement, don't use system notification library if could not be required ([@yannlugrin][]) - Notifier improvement, don't use system notification library if could not be required. ([@yannlugrin][])
## 0.4.0 - June 5, 2011 ## 0.4.0 - June 5, 2011
@ -143,6 +150,7 @@
[@anithri]: https://github.com/anithri [@anithri]: https://github.com/anithri
[@brainopia]: https://github.com/brainopia [@brainopia]: https://github.com/brainopia
[@fnichol]: https://github.com/fnichol
[@gix]: https://github.com/gix [@gix]: https://github.com/gix
[@hashrocketeer]: https://github.com/hashrocketeer [@hashrocketeer]: https://github.com/hashrocketeer
[@indirect]: https://github.com/indirect [@indirect]: https://github.com/indirect