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 35ce425..fbab6ce 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,