aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2013-09-30 10:44:35 +0300
committerPetri Lehtinen <petri@digip.org>2013-09-30 10:45:02 +0300
commit1bfc33362e16e1307eb38b1d045c4c1f86905057 (patch)
treed5484a58e39cedbf626807bb7e698f0b38ef6b4c /CHANGES
parent5744468c990dff6dc2c8647014814515597b107c (diff)
downloadjansson-1bfc33362e16e1307eb38b1d045c4c1f86905057.zip
jansson-1bfc33362e16e1307eb38b1d045c4c1f86905057.tar.gz
jansson-1bfc33362e16e1307eb38b1d045c4c1f86905057.tar.bz2
Add JSON_ALLOW_NUL decoding flag for enabling NUL byte support
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index cf4c7f9..7807904 100644
--- a/CHANGES
+++ b/CHANGES
@@ -16,7 +16,8 @@ Released XXXX-XX-XX
`json_string_setn()` and `json_string_setn_nocheck()`, and a
function for getting string's length `json_string_length()`.
- - Support ``\u0000`` escapes in the decoder.
+ - Support ``\u0000`` escapes in the decoder. The support can be
+ enabled by using the ``JSON_ALLOW_NUL`` decoding flag.
* Bug fixes: