aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Choy <jjwchoy@gmail.com>2013-06-11 12:31:41 +0100
committerJason Choy <jjwchoy@gmail.com>2013-06-11 12:31:41 +0100
commitc3e9725f0270447fcc688a57aa884f5954e860c8 (patch)
treeea6291201995697949fa50bf080517527ee55c75
parent02a3829363badb184a61cc5a6b89b3ef4d380e4b (diff)
downloadjansson-c3e9725f0270447fcc688a57aa884f5954e860c8.zip
jansson-c3e9725f0270447fcc688a57aa884f5954e860c8.tar.gz
jansson-c3e9725f0270447fcc688a57aa884f5954e860c8.tar.bz2
Changed :versionadded for JSON_DECODE_INT_AS_REAL docs
-rw-r--r--doc/apiref.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/apiref.rst b/doc/apiref.rst
index a868202..036bb69 100644
--- a/doc/apiref.rst
+++ b/doc/apiref.rst
@@ -956,7 +956,7 @@ macros can be ORed together to obtain *flags*.
With this flag enabled the decoder interprets all numbers as real
values.
- .. versionadded:: 2.4.1
+ .. versionadded:: 2.5
Each function also takes an optional :type:`json_error_t` parameter
that is filled with error information if decoding fails. It's also