update CHANGES

This commit is contained in:
alisdair sullivan 2013-12-18 02:39:43 +00:00
parent 95b2d9b628
commit 0c7517468c

View file

@ -1,3 +1,14 @@
v2.0
* jsx is much more pragmatic by default; common json errors are silently
ignored (and fixed). stricter parsing must be enabled with options
* removed `pre_encode` and `post_decode` options in favour of making jsx
functions easier to wrap and customize
* streaming behavior is now disabled by default and must be requested explicitly
* removed deprecated function names (`to_json`, `to_term`, `term_to_json`, etc)
* expanded test coverage
v1.4.5
* various fixes to typespecs uncovered by dialyzer