Skip to content

Commit

Permalink
Prepare version 3.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaubry committed Dec 7, 2014
1 parent 3557e09 commit 9ddf092
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -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.
Expand Down

0 comments on commit 9ddf092

Please sign in to comment.