summaryrefslogtreecommitdiff
path: root/Changes.textile
diff options
context:
space:
mode:
Diffstat (limited to 'Changes.textile')
-rw-r--r--Changes.textile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changes.textile b/Changes.textile
index 12fc6ae..90a7cda 100644
--- a/Changes.textile
+++ b/Changes.textile
@@ -16,6 +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@.
+* *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.
h3. General changes
@@ -73,6 +74,10 @@ h3. @Encoders::Statistic@
* *CHANGED*: Tokens actions are counted separately.
+h3. @Encoders::YAML@
+
+* *NEW* method @call@ for allowing code like @CodeRay::Duo[:python => :yaml].(code)@ in Ruby 1.9.
+
h3. @Scanners::Scanner@
* *REMOVED* helper method @String#to_unix@.