Update CHANGELOG

This commit is contained in:
Thibaud Guillaume-Gentil 2011-09-03 23:17:00 +02:00
parent 85f67f26ab
commit 50d80d962b

View File

@ -1,3 +1,17 @@
### Major Changes
- Posix Signals handlers (`Ctrl-C`, `Ctrl-\` and `Ctrl-Z`) are no more supported and replaced by `$stdin.gets`. Please refer to Interactions section in the README for more information. ([@thibaudgg][])
- jruby support (beta) ([@thibaudgg][])
- rbx support (beta) ([@thibaudgg][])
### New feature:
- Ability to 'pause' files modification listening. Please refer to Interactions section in the README for more information. ([@thibaudgg][])
### Improvement:
- Remove the need to scan the whole directory after guards run_on_change method. ([@thibaudgg][])
## 0.6.3 - September 1, 2011
### New features: