diff options
Diffstat (limited to 'Changes.textile')
-rw-r--r-- | Changes.textile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changes.textile b/Changes.textile index c1de27f..8a53546 100644 --- a/Changes.textile +++ b/Changes.textile @@ -44,6 +44,8 @@ See "#122":http://redmine.rubychan.de/issues/122. * *REMOVED* token kinds @:attribute_name_fat@, @:attribute_value_fat@, @:operator_fat@, @:tag_fat@, @:xml_text@, @:open@, and @:close@. * *ADDED* token kinds @:filename@, @:namespace@, and @:eyecatcher@. * *CHANGED*: Don't raise error for unknown token kinds unless in @$CODERAY_DEBUG@ mode. +* *CHANGED* the value for a token kind that is not highlighted from + @:NO_HIGHLIGHT@ to @false@. h3. @Encoders::CommentFilter@ |