diff options
author | murphy <murphy@rubychan.de> | 2011-04-17 14:03:02 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2011-04-17 14:03:02 +0000 |
commit | d8c9161dc174e364fc4a3e8e9df1d45262c5cc4a (patch) | |
tree | 0f079cd03bb4fb43c36ee5c161b210c7a9cbd189 /Changes.textile | |
parent | 84bbaddb495a1657433106a85274424e5a56259e (diff) | |
download | coderay-d8c9161dc174e364fc4a3e8e9df1d45262c5cc4a.tar.gz |
renamed pre_* token kinds to predefined_*
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 6a833bb..1b69143 100644 --- a/Changes.textile +++ b/Changes.textile @@ -53,6 +53,7 @@ Renamed from @Tokens::ClassOfKind@ (was also @Tokens::AbbreviationForKind@ for a The term "token class" is no longer used in CodeRay. Instead, tokens have _kinds_. See "#122":http://redmine.rubychan.de/issues/122. +* *RENAMED* @:pre_constant@ and @:pre_type@ to @:predefined_constant@ and @predefined_type@. * *REMOVED* token kinds @:attribute_name_fat@, @:attribute_value_fat@, @:operator_fat@, @:tag_fat@, @:xml_text@, @:nesting_delimiter@, @:open@, and @:close@. * *ADDED* token kinds @:filename@, @:namespace@, and @:eyecatcher@. |