aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2015-12-22 13:05:28 +0200
committerPetri Lehtinen <petri@digip.org>2015-12-22 13:05:28 +0200
commit581d5b899c2ee881d55b48903ce42c4d72ca1abc (patch)
tree0c695c4d9a050c3aff25b8ffe5a906537810c606
parent4f49c07781e120252a1f2dd7b5a9d6e855a07b65 (diff)
downloadjansson-581d5b899c2ee881d55b48903ce42c4d72ca1abc.zip
jansson-581d5b899c2ee881d55b48903ce42c4d72ca1abc.tar.gz
jansson-581d5b899c2ee881d55b48903ce42c4d72ca1abc.tar.bz2
Add versionadded to json_get_alloc_funcs doc
-rw-r--r--doc/apiref.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/apiref.rst b/doc/apiref.rst
index 0aca86f..39e28ca 100644
--- a/doc/apiref.rst
+++ b/doc/apiref.rst
@@ -1575,6 +1575,8 @@ behavior is needed.
Fetch the current malloc_fn and free_fn used. Either parameter
may be NULL.
+ .. versionadded:: 2.8
+
**Examples:**
Circumvent problems with different CRT heaps on Windows by using