From c484cdda15ec7995eb8c58bc6ef1038cd53fd4b7 Mon Sep 17 00:00:00 2001 From: murphy Date: Thu, 31 Dec 2009 02:57:16 +0000 Subject: Updated list of changes. --- Changes.textile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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@ -- cgit v1.2.1