summaryrefslogtreecommitdiff
path: root/Changes.textile
diff options
context:
space:
mode:
Diffstat (limited to 'Changes.textile')
-rw-r--r--Changes.textile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Changes.textile b/Changes.textile
index 2d599b7..ba19409 100644
--- a/Changes.textile
+++ b/Changes.textile
@@ -59,7 +59,9 @@ h3. @Scanners@
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 buggy input any more.
+* *FIXED*: Don't send @:error@ and @nil@ tokens for buggy input any more.
+* *FIXED*: Closes unclosed tokens at the end of @scan_tokens@.
+* *IMPROVED*: Highlight unknown tokens as @:error@.
h3. @Scanners::Diff@