From 597423ea807dcb6c7056780fa257fd1dfe082d28 Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Sat, 22 Sep 2012 14:25:29 +0300 Subject: [PATCH] doc: Add versionadded directive for json_boolean() --- doc/apiref.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/apiref.rst b/doc/apiref.rst index 759d5bf..6defc3a 100644 --- a/doc/apiref.rst +++ b/doc/apiref.rst @@ -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) -- 2.1.4