Edited CHANGELOG.md via GitHub
This commit is contained in:
parent
50d80d962b
commit
0a2a34e55f
13
CHANGELOG.md
13
CHANGELOG.md
@ -1,16 +1,18 @@
|
|||||||
|
## Master
|
||||||
|
|
||||||
### Major Changes
|
### 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][])
|
- Posix Signals handlers (`Ctrl-C`, `Ctrl-\` and `Ctrl-Z`) are no more supported and replaced by `$stdin.gets`. Please refer to the "Interactions" section in the README for more information. ([@thibaudgg][])
|
||||||
- jruby support (beta) ([@thibaudgg][])
|
- JRuby support (beta). ([@thibaudgg][])
|
||||||
- rbx support (beta) ([@thibaudgg][])
|
- Rubinius support (beta). ([@thibaudgg][])
|
||||||
|
|
||||||
### New feature:
|
### New feature:
|
||||||
|
|
||||||
- Ability to 'pause' files modification listening. Please refer to Interactions section in the README for more information. ([@thibaudgg][])
|
- Ability to 'pause' files modification listening. Please refer to the "Interactions" section in the README for more information. ([@thibaudgg][])
|
||||||
|
|
||||||
### Improvement:
|
### Improvement:
|
||||||
|
|
||||||
- Remove the need to scan the whole directory after guards run_on_change method. ([@thibaudgg][])
|
- Remove the need to scan the whole directory after guard's `run_on_change` method. ([@thibaudgg][])
|
||||||
|
|
||||||
## 0.6.3 - September 1, 2011
|
## 0.6.3 - September 1, 2011
|
||||||
|
|
||||||
@ -247,6 +249,7 @@
|
|||||||
[@Gazer]: https://github.com/Gazer
|
[@Gazer]: https://github.com/Gazer
|
||||||
[@gix]: https://github.com/gix
|
[@gix]: https://github.com/gix
|
||||||
[@hashrocketeer]: https://github.com/hashrocketeer
|
[@hashrocketeer]: https://github.com/hashrocketeer
|
||||||
|
[@ianwhite]: https://github.com/ianwhite
|
||||||
[@indirect]: https://github.com/indirect
|
[@indirect]: https://github.com/indirect
|
||||||
[@jeffutter]: https://github.com/jeffutter
|
[@jeffutter]: https://github.com/jeffutter
|
||||||
[@johnbintz]: https://github.com/johnbintz
|
[@johnbintz]: https://github.com/johnbintz
|
||||||
|
Loading…
Reference in New Issue
Block a user