From 8720aaa65e1905820c7a1f6483b0f13639b47240 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Wed, 10 May 2017 09:57:06 +0200 Subject: [PATCH] rec: Document that `getStats()` is only available for 4.1.0+ --- docs/markdown/recursor/scripting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/recursor/scripting.md b/docs/markdown/recursor/scripting.md index 1bfd4239d..8e589ce84 100644 --- a/docs/markdown/recursor/scripting.md +++ b/docs/markdown/recursor/scripting.md @@ -377,7 +377,7 @@ output and weird results. ### Statistics -You can retrieve statistics from Lua using the `getStat("name")` call. For example, +Since 4.1.0, statistics can be retrieved from Lua using the `getStat("name")` call. For example, to retrieve the number of cache misses: ``` -- 2.40.0