doc: Add versionadded directive for json_boolean()
authorPetri Lehtinen <petri@digip.org>
Sat, 22 Sep 2012 11:25:29 +0000 (14:25 +0300)
committerPetri Lehtinen <petri@digip.org>
Sat, 22 Sep 2012 11:25:29 +0000 (14:25 +0300)
doc/apiref.rst

index 759d5bf..6defc3a 100644 (file)
@@ -278,6 +278,8 @@ pointers won't change between invocations of these functions.
    This is a macro, and equivalent to ``val ? json_true() :
    json_false()``.
 
+   .. versionadded:: 2.4
+
 
 .. function:: json_t *json_null(void)