From 5317596ebe76afc9436ec3f4e0b99f568bda719c Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Sun, 7 Dec 2014 15:38:59 -0800 Subject: [PATCH] v2.3.1 --- CHANGES.md | 6 ++++++ README.md | 2 +- src/jsx.app.src | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 424c56b..4a66843 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +v2.3.1 + +* fixes an issue where astral plane json escape sequences were + inadvertently being converted to the unicode replacement + character + v2.3 * switched to a faster implementation of string parsing in both diff --git a/README.md b/README.md index dbe1a16..0f78133 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# jsx (v2.3.0) # +# jsx (v2.3.1) # an erlang application for consuming, producing and manipulating [json][json]. inspired by [yajl][yajl] diff --git a/src/jsx.app.src b/src/jsx.app.src index e00b6e9..a81e5c0 100644 --- a/src/jsx.app.src +++ b/src/jsx.app.src @@ -1,7 +1,7 @@ {application, jsx, [ {description, "a streaming, evented json parsing toolkit"}, - {vsn, "2.3.0"}, + {vsn, "2.3.1"}, {modules, [ jsx, jsx_encoder,