aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhilipp Stephani <phst@google.com>2017-12-18 23:50:17 +0100
committerPhilipp Stephani <phst@google.com>2017-12-18 23:51:32 +0100
commit24d45272a7553da609e747ef7deb1cf2c3d5beb7 (patch)
tree2ccad3c94f838aeb29c322acdfb5250d80a82966 /doc
parent9e5af7c3b77f81a7d1720073dca600e51fe9962d (diff)
downloadjansson-24d45272a7553da609e747ef7deb1cf2c3d5beb7.zip
jansson-24d45272a7553da609e747ef7deb1cf2c3d5beb7.tar.gz
jansson-24d45272a7553da609e747ef7deb1cf2c3d5beb7.tar.bz2
document that json_error_code will be added in version 2.11
Diffstat (limited to 'doc')
-rw-r--r--doc/apiref.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/apiref.rst b/doc/apiref.rst
index a8cf8d6..75c3439 100644
--- a/doc/apiref.rst
+++ b/doc/apiref.rst
@@ -951,10 +951,14 @@ in which case no error information is returned to the caller.
Array index is out of range.
+ .. versionadded:: 2.11
+
.. function:: enum json_error_code json_error_code(const json_error_t *error)
Returns the error code embedded in ``error->text``.
+ .. versionadded:: 2.11
+
Encoding
========