diff options
-rw-r--r-- | Changes.textile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Changes.textile b/Changes.textile index 09c7919..9de958f 100644 --- a/Changes.textile +++ b/Changes.textile @@ -267,6 +267,31 @@ h3. Internal API changes * *REMOVED* lots of unused methods. +h2. Changes in 0.9.4 + +Updated command line interface and minor scanner fixes for the Diff, HTML, and RHTML scanners. + +h3. @coderay@ executable + +* *FIXED*: Partly rewritten, simplified, fixed. + ("#244":http://redmine.rubychan.de/issues/244) + +h3. @Scanners::Diff@ + +* *FIXED* handling of change headers with code on the same line as the @@ marker. + ("#247":http://redmine.rubychan.de/issues/242) + +h3. @Scanners::HTML@ + +* *FIXED* a missing regexp modifier that slowed down the scanning. + ("#245":http://redmine.rubychan.de/issues/245) + +h3. @Scanners::RHTML@ + +* *FIXED* highlighting of ERB comment blocks. + ("#246":http://redmine.rubychan.de/issues/246) + + h2. Changes in 0.9.3 * *FIXED*: Documentation of Tokens. |