From 9ddf092357bfe6834c269749147ed5770a1b9414 Mon Sep 17 00:00:00 2001 From: Antoine Aubry Date: Sun, 7 Dec 2014 18:22:48 +0000 Subject: [PATCH] Prepare version 3.4.0. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 33446a2fc..1e7a04818 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,14 @@ More information can be found in the [official page of the project](http://aaubr # Changelog +## Version 3.4.0 + +Changes and fixes on the Scanner to make it more usable: + +* Report the location of comments correctly, when the scanner is created with "skipComments = false" +* In case of syntax error, do not report an empty range and skip to the next token. +* Make the scanner and related types serializable, so that the state of the scanner can be captured and then restored later (assuming that the TextReader is also serializable). + ## Version 3.3.1 This release adds a signed package and portable versions of the library.