diff options
Diffstat (limited to 'Changes.textile')
-rw-r--r-- | Changes.textile | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/Changes.textile b/Changes.textile index 78cdfce..7e1aa49 100644 --- a/Changes.textile +++ b/Changes.textile @@ -121,11 +121,14 @@ h3. Internal API changes h2. Changes in 0.9.2 +* *NEW* Basic tests and a _Rakefile_ are now included in the Gem. [Flameeyes] + A @doc@ task is also included. * *FIXED* Use @$CODERAY_DEBUG@ for debugging instead of @$DEBUG@. [Trans] ("#192":http://redmine.rubychan.de/issues/192) * *REMOVED* @Term::Ansicolor@ was bundled under _lib/_, but not used. [Flameeyes] - ("#195":http://redmine.rubychan.de/issues/195) -* *NEW* Basic tests and a _Rakefile_ are now included in the Gem. [Flameeyes] + ("#205":http://redmine.rubychan.de/issues/205) +* *WORKAROUND* for Ruby bug + "#2745":http://redmine.ruby-lang.org/issues/show/2745 h3. @Encoders::Term@ @@ -146,6 +149,11 @@ h3. @Scanners::Groovy@ * *FIXED* token kind of closing brackets is @:operator@ instead of @nil@ ("#148":http://redmine.rubychan.de/issues/148) +h3. @Scanners::PHP@ + +* *FIXED* allow @\@ operator (namespace separator) + ("#209":http://redmine.rubychan.de/issues/209) + h3. @Scanners::YAML@ * *FIXED* doesn't send debug tokens when @$DEBUG@ is true [Trans] |