From 1050f560a73819daa62d604f73850bf6bce543d3 Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Mon, 13 Jan 2014 07:59:59 +0000 Subject: [PATCH] update CHANGES --- CHANGES.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index e08a0bb..fd6d732 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,9 +4,11 @@ v2.0 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 +* added abstraction layer for manipulating the internal state of `jsx_to_term` + and `jsx_to_json` and exposed it to user code * 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 +* expanded test coverage v1.4.5