summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes.textile5
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).