diff options
author | murphy <murphy@rubychan.de> | 2010-05-05 13:08:42 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2010-05-05 13:08:42 +0000 |
commit | 7b4acdd55492c8cb7db2fba4739b45d5955698de (patch) | |
tree | f8a1e7d50dbd5753909b98c3b3e516385537cdb8 /Changes.textile | |
parent | a97d39b3ca84484e45f3ff44a1ace6bdfb337c4c (diff) | |
download | coderay-7b4acdd55492c8cb7db2fba4739b45d5955698de.tar.gz |
Fixes for YAML encoder, Filter, and tests and API enhancements for Duo.
Diffstat (limited to 'Changes.textile')
-rw-r--r-- | Changes.textile | 5 |
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@. |