diff options
-rw-r--r-- | Changes.textile | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/Changes.textile b/Changes.textile index a5df277..bceda5d 100644 --- a/Changes.textile +++ b/Changes.textile @@ -10,9 +10,20 @@ h2. Changes in 1.0 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. +* *RENAMED* from @Encoders::Term@, added @:term@ alias. +* *CLEANUP*: Use @#setup@'s @super@, don't use @:procedure@ token class. +* *CHANGED*: @#token@'s second parameter is no longer optional. + +h3. @Scanners@ + +* *FIXED*: @scan_tokens@ and @setup@ methods are protected now. +* *NEW* Mapped @:patch@ to @:diff@. +* *REMOVED* @:ecma@ and @:h@ - not language names + +h3. @Scanners::JavaScript@ + +* *IMPROVED* Added @NaN@ and @Infinity@ to list of predefined constants. +* *FIXED* Don't keep state of XML scanner between calls for E4X literals. h3. @Scanners::Plaintext@ @@ -20,6 +31,10 @@ h3. @Scanners::Plaintext@ This is much faster than scanning until @/\z/@ in Ruby 1.8. +h3. @Scanners::Scheme@ + +* *CHANGED*: Does use @:opertor@ instead of @:opertor_fat@ now. + h3. @Styles::Alpha@ * *NEW* A style that uses transparent HSLA colors as defined in CSS 3. |