diff options
author | murphy <murphy@rubychan.de> | 2010-01-06 22:55:25 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2010-01-06 22:55:25 +0000 |
commit | 3715e8aeaa4409253f041ba3f491a06cdefb6e9a (patch) | |
tree | 397c22ad8d90041cd1a70f4e756d64244bf85bdd /Changes.textile | |
parent | 8ff7311761d81dbc3925fd33cd5d4f66395a10a6 (diff) | |
download | coderay-3715e8aeaa4409253f041ba3f491a06cdefb6e9a.tar.gz |
Renamed Terminal encoder, cleanups.
Diffstat (limited to 'Changes.textile')
-rw-r--r-- | Changes.textile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Changes.textile b/Changes.textile index 69eacdc..e97fb27 100644 --- a/Changes.textile +++ b/Changes.textile @@ -2,6 +2,24 @@ h1=. CodeRay Version Changes p=. _This files lists all changes in the CodeRay library since the 0.8.4 release._ +h2. Changes in 1.0 + +h3. @Encoders::HTML@ + +* @#token@'s second parameter is no longer optional. + +h3. @Encoders::Terminal@ + +* *RENAMED* from @Encoders::Term@, added @:term@ alias +* Cleanup: Use @#setup@'s @super@, don't use @:procedure@ token class. +* @#token@'s second parameter is no longer optional. + +h3. @Scanners::Plaintext@ + +* *IMPROVED* Just returns the string without scanning. + + This is much faster than scanning until @/\z/@ in Ruby 1.8. + h2. Changes in 0.9.1 h3. Token classes |