From dd7eb7d5058ce6c92797855cd9ef27c5d1601a2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Re=CC=81my=20Coutable?= Date: Sun, 19 Jun 2011 20:33:24 +0200 Subject: [PATCH] Added last changes to CHANGELOG --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e6b411..6afe632 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Improvements +- Pull request [#88](https://github.com/guard/guard/pull/88): Write exception trace in the terminal when a supervised task fail. ([@mcmire][]) +- Color in red the "ERROR:" flag when using `UI.error`. ([@rymai][]) +- Issue [#79](https://github.com/guard/guard/issues/79) and Pull request [#82](https://github.com/guard/guard/pull/82): Improve INotify support on Linux. ([@Gazer][] & [@yannlugrin][]) +- Issue [#12](https://github.com/guard/guard/issues/12) and Pull request [#86](https://github.com/guard/guard/pull/86): Eventually exits with SystemStackError. ([@stereobooster][]) +- Pull request [#84](https://github.com/guard/guard/pull/84): Use RbConfig instead of obsolete and deprecated Config. ([@etehtsea][]) +- Pull request [#80](https://github.com/guard/guard/pull/80): Watching dotfile (hidden files under unix). (detected by [@chrisberkhout][] & fixed by [@yannlugrin][]) - Clear the terminal on start when the `:clear` option is given. ([@rymai][]) ## 0.4.2 - June 7, 2011 @@ -150,13 +156,17 @@ [@anithri]: https://github.com/anithri [@brainopia]: https://github.com/brainopia +[@chrisberkhout]: https://github.com/chrisberkhout +[@etehtsea]: https://github.com/etehtsea [@fnichol]: https://github.com/fnichol +[@Gazer]: https://github.com/Gazer [@gix]: https://github.com/gix [@hashrocketeer]: https://github.com/hashrocketeer [@indirect]: https://github.com/indirect [@johnbintz]: https://github.com/johnbintz [@jrsacks]: https://github.com/jrsacks [@koshigoe]: https://github.com/koshigoe +[@mcmire]: https://github.com/mcmire [@mislav]: https://github.com/mislav [@netzpirat]: https://github.com/netzpirat [@nicksieger]: https://github.com/nicksieger