diff options
author | murphy <murphy@rubychan.de> | 2009-12-31 02:57:16 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2009-12-31 02:57:16 +0000 |
commit | c484cdda15ec7995eb8c58bc6ef1038cd53fd4b7 (patch) | |
tree | d6f0d5d009817ee46b65341540e47b7b1be0467e | |
parent | 46b83c9c5384a299cdc8d8c5381259b1f6d0e4aa (diff) | |
download | coderay-c484cdda15ec7995eb8c58bc6ef1038cd53fd4b7.tar.gz |
Updated list of changes.
-rw-r--r-- | Changes.textile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Changes.textile b/Changes.textile index abc5b05..92efb28 100644 --- a/Changes.textile +++ b/Changes.textile @@ -49,13 +49,15 @@ h3. @Encoders::CommentFilter@ * *NEW* Removes tokens of the @:comment@ class. - + h3. @Encoders::LinesOfCode@ * *NEW* Counts the lines of code according to the @KINDS_NOT_LOC@ token class list defined by the scanner. It uses the new @TokenClassFilter@. + + Alias: @:loc@, as in @tokens.loc@. h3. @Encoders::JSON@ @@ -105,6 +107,7 @@ h3. @Scanners::Scanner@ Added appropriate values for scanners. * *FIXED* automatic, safe UTF-8 detection _[Ruby 1.9]_ * *FIXED* column takes care of multibyte encodings _[Ruby 1.9]_ +* *FIXED* is dumpable (@Tokens@ store their scanner in an @@scanner@ variable) h3. @Scanners::Cpp@ |