]> granicus.if.org Git - pdns/commitdiff
rec: Document that `getStats()` is only available for 4.1.0+
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 10 May 2017 07:57:06 +0000 (09:57 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 10 May 2017 07:57:06 +0000 (09:57 +0200)
docs/markdown/recursor/scripting.md

index 1bfd4239d4befc77d3bd7a81c9cec1d0becc3dad..8e589ce843c48dddf85f1dc3172c2ae50e014a15 100644 (file)
@@ -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:
 
 ```