From 0c7517468cd747337261fa77e0d9fe874c5c8d0f Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Wed, 18 Dec 2013 02:39:43 +0000 Subject: [PATCH] update CHANGES --- CHANGES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 438b7dd..e08a0bb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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