]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix versionadded in documentation 10491/head
authorCharles-Henri Bruyand <charleshenri.bruyand+github@gmail.com>
Fri, 2 Jul 2021 12:39:02 +0000 (14:39 +0200)
committerGitHub <noreply@github.com>
Fri, 2 Jul 2021 12:39:02 +0000 (14:39 +0200)
pdns/recursordist/docs/lua-scripting/ffi.rst

index df9264e3d16ca04df5acdce1282b79104ccaddef..dd14b6f3609ec602779a339f6208dc0b04d1f8c7 100644 (file)
@@ -132,12 +132,12 @@ Functions
 
 .. function:: pdns_ffi_param_add_meta_single_string_kv(pdns_ffi_param_t* ref, const char* key, const char* val) -> void
 
-    .. versionadded:: 4.5.3
+    .. versionadded:: 4.6.0
 
    This function allows you to add an arbitrary string value for a given key in the ``meta`` field of the produced :doc:`protobuf <../lua-config/protobuf>` log message
 
 .. function:: pdns_ffi_param_add_meta_single_int64_kv(pdns_ffi_param_t *ref, const char* key, int64_t val) -> void
 
-    .. versionadded:: 4.5.3
+    .. versionadded:: 4.6.0
 
    This function allows you to add an arbitrary int value for a given key in the ``meta`` field of the produced :doc:`protobuf <../lua-config/protobuf>` log message