update README and CHANGES to take error_handler and incomplete_handler into consideration

This commit is contained in:
alisdair sullivan 2013-03-04 23:49:01 -08:00
parent df04f091f7
commit c3e0bae38f
2 changed files with 15 additions and 0 deletions

View file

@ -2,6 +2,7 @@ v1.4
* radically refactored decoder
* `dirty_strings` now behaves intuitively in decoding. bad codepoints, bad utf8, illegal characters and escapes (except `"` and `'` if `single_quoted_strings` is enabled) are ignored completely
* `incomplete_handler` & `error_handler` are now available for use, see documentation in README
v1.3.3