From 78b799ce306b40d8c74324d650bcafc69aa3b067 Mon Sep 17 00:00:00 2001 From: Charles-Henri Bruyand Date: Fri, 2 Jul 2021 14:39:02 +0200 Subject: [PATCH] Fix versionadded in documentation --- pdns/recursordist/docs/lua-scripting/ffi.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/recursordist/docs/lua-scripting/ffi.rst b/pdns/recursordist/docs/lua-scripting/ffi.rst index df9264e3d1..dd14b6f360 100644 --- a/pdns/recursordist/docs/lua-scripting/ffi.rst +++ b/pdns/recursordist/docs/lua-scripting/ffi.rst @@ -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 -- 2.47.2