doc/text/news.md in grntest-1.0.1 vs doc/text/news.md in grntest-1.0.2

- old
+ new

@@ -1,7 +1,24 @@ # News +## 1.0.2: 2012-12-11 + +This is the release that add some directive. + +### Improvements + + * Used long timeout for `column_create` and `register`. + * Added `long-timeout` directive. + * Added `on-error` directive. + * Added "omit" status and `omit` directive. + * Aborted a test when a command in it can't be parsed by + Groonga::Command::Parser. + +### Fixes + + * Used stty only when the standard input is tty. + ## 1.0.1: 2012-10-15 This has a backward incompatible change. It is directive syntax. Old: @@ -10,10 +27,10 @@ New: #@NAME ARGUMENT -This change is for easy to debug. Conssider about we have a typo in +This change is for easy to debug. Consider about we have a typo in `NAME`. It is just ignored in old syntax because it is also a comment line. It is reported in new syntax because it syntax is only for directive. Grntest can know that user want to use a directive. If grntest knows that user want to use a directive, grntest can report an error for an unknown directive name.