diff options
author | murphy <murphy@rubychan.de> | 2010-03-31 21:16:42 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2010-03-31 21:16:42 +0000 |
commit | 9b5bfe0be01bd888c2ba3fccf68585a72f608ef6 (patch) | |
tree | 3edb79db477e494daa6a5f1199ef1f9a6fa241f0 /Changes.textile | |
parent | 571af4872007a242c9c78149d2ba80ae95e47e4d (diff) | |
download | coderay-9b5bfe0be01bd888c2ba3fccf68585a72f608ef6.tar.gz |
Don't raise error for unknown token kinds unless in @$CODERAY_DEBUG@ mode.
Diffstat (limited to 'Changes.textile')
-rw-r--r-- | Changes.textile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changes.textile b/Changes.textile index 48c723e..2d599b7 100644 --- a/Changes.textile +++ b/Changes.textile @@ -21,6 +21,7 @@ h3. @Tokens::AbbreviationForKind@ See "#122":http://redmine.rubychan.de/issues/122. * *REMOVED* token kinds @:attribute_name_fat@, @:attribute_value_fat@, @:operator_fat@, @:tag_fat@, and @:xml_text@. * *ADDED* token kind @:filename@. +* *CHANGED*: Don't raise error for unknown token kinds unless in @$CODERAY_DEBUG@ mode. h3. @Encoders::CommentFilter@ |