update CHANGES and README to reflect recent changes

This commit is contained in:
alisdair sullivan 2013-03-04 16:01:45 -08:00
parent f7b9e8066c
commit a771ffc8ae
2 changed files with 10 additions and 5 deletions

View file

@ -1,3 +1,8 @@
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
v1.3.3
* `pre_encode` now orders input in the order you'd expect