From: Charles-Henri Bruyand Date: Fri, 2 Jul 2021 12:39:02 +0000 (+0200) Subject: Fix versionadded in documentation X-Git-Tag: dnsdist-1.7.0-alpha1~106^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10491%2Fhead;p=thirdparty%2Fpdns.git Fix versionadded in documentation --- 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