From 38f1fae417e97505588d571bd2ec432f9e4fde1a Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Sat, 19 Apr 2014 00:13:55 +0000 Subject: [PATCH] remove mention of internal state manipulation from CHANGES, leave experimental for now --- CHANGES.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index fd6d732..7fa6fab 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,8 +4,6 @@ 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