diff options
author | murphy <murphy@rubychan.de> | 2010-09-12 12:03:32 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2010-09-12 12:03:32 +0000 |
commit | 346ad671e9aa470c05527a02400d87f6a1080f99 (patch) | |
tree | 24349d38a8e505dd4c32fb0f2e36767851ac9d41 | |
parent | f3cd0a4b28dad1e447d3247797d8e346fe9339e5 (diff) | |
download | coderay-346ad671e9aa470c05527a02400d87f6a1080f99.tar.gz |
Add 0.9.4 changes to Changes.textile in trunk.
-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. |