aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2011-06-07 21:39:55 +0300
committerPetri Lehtinen <petri@digip.org>2011-06-07 21:40:09 +0300
commit3988ab2d2730f76964f54211735d3dac0330862b (patch)
treeefff92c90adb0557849a16d95c6581c4808183ef /CHANGES
parentf7f7bf5ab26c721aaf8a177f2a61f06393be7242 (diff)
downloadjansson-3988ab2d2730f76964f54211735d3dac0330862b.zip
jansson-3988ab2d2730f76964f54211735d3dac0330862b.tar.gz
jansson-3988ab2d2730f76964f54211735d3dac0330862b.tar.bz2
Use ``literal`` syntax with macro and flag names in CHANGES
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 5 insertions, 5 deletions
diff --git a/CHANGES b/CHANGES
index b1a8e3a..5e002d5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,13 +6,13 @@ Version 2.1 (in development)
- `json_loadb()`: Decode a string with a given size, useful if the
string is not null terminated.
- - Add JSON_ENCODE_ANY encoding flag to allow encoding any JSON
+ - Add ``JSON_ENCODE_ANY`` encoding flag to allow encoding any JSON
value. By default, only arrays and objects can be encoded. (#19)
- - Add JSON_REJECT_DUPLICATES decoding flag to issue a decoding error
- if any JSON object in the input contins duplicate keys. (#3)
+ - Add ``JSON_REJECT_DUPLICATES`` decoding flag to issue a decoding
+ error if any JSON object in the input contins duplicate keys. (#3)
- - Add JSON_DISABLE_EOF_CHECK decoding flag to stop decoding after a
+ - Add ``JSON_DISABLE_EOF_CHECK`` decoding flag to stop decoding after a
valid JSON input. This allows other data after the JSON data.
* Bug fixes:
@@ -43,7 +43,7 @@ Released 2011-03-31
- Fix object key hashing in json_unpack() strict checking mode.
- - Fix the parentheses in JANSSON_VERSION_HEX macro.
+ - Fix the parentheses in ``JANSSON_VERSION_HEX`` macro.
- Fix `json_object_size()` return value.