diff options
author | murphy <murphy@rubychan.de> | 2010-03-26 05:01:11 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2010-03-26 05:01:11 +0000 |
commit | 6d7ddadc96475d3b9e6aa4eec2ca86044c9868af (patch) | |
tree | 1b75747ffd479d7b44e02f26e6ca3df78e61bb16 | |
parent | 8072ddd7857e94ad406d2943b22c10341fad7511 (diff) | |
download | coderay-6d7ddadc96475d3b9e6aa4eec2ca86044c9868af.tar.gz |
Updated change log.
-rw-r--r-- | Changes.textile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Changes.textile b/Changes.textile index 647b498..719d747 100644 --- a/Changes.textile +++ b/Changes.textile @@ -32,6 +32,11 @@ 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::Debug@ + +* *NEW*: Support for line tokens (@begin_line@ and @end_line@ represented by @[@ and @]@.) +* *FIXED*: Doesn't send @:error@ and @nil@ tokens for bugy input any more. + h3. @Scanners::Plaintext@ * *IMPROVED* Just returns the string without scanning (faster). |