summaryrefslogtreecommitdiff
path: root/Changes.textile
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2010-06-01 21:35:29 +0000
committermurphy <murphy@rubychan.de>2010-06-01 21:35:29 +0000
commitf9e4f054f7aa6129bf400188f58f7a8c359e2b2f (patch)
treee373f399634d8bf99d6a6b73ef44b85498847a7b /Changes.textile
parent6f87649e90c55efac703d9c5b7838fceada89b9e (diff)
downloadcoderay-f9e4f054f7aa6129bf400188f58f7a8c359e2b2f.tar.gz
Added Encoder#tokens, improved some error messages.
Diffstat (limited to 'Changes.textile')
-rw-r--r--Changes.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Changes.textile b/Changes.textile
index 4bdf402..293d12f 100644
--- a/Changes.textile
+++ b/Changes.textile
@@ -16,7 +16,7 @@ Changes related to the new tokens handling include:
* *REWRITE* of all Scanners, Encoders, Filters, and Tokens.
* *RENAMED* @:open@ and @:close@ actions to @:begin_group@ and @:end_group@.
* *RENAMED* @open_token@ and @close_token@ methods to @begin_group@ and @end_group@.
-* *NEW* method @:tokens@ allows to add several tokens to the stream.
+* *NEW* method @#tokens@ allows to add several tokens to the stream. @Tokens@ and @Encoders::Encoder@ define this method.
* *CHANGED* The above name changes also affect the JSON, XML, and YAML encoders. CodeRay 1.0 output will be incompatible with earlier versions.
* *REMOVED* @TokenStream@ and the @Streamable@ API and all related features like @NotStreamableError@ are now obsolete and have been removed.