From c9aea4e11c648f1051454132626bcb4aef976d6d Mon Sep 17 00:00:00 2001 From: Onkar Date: Sat, 4 Aug 2018 20:41:47 +0530 Subject: Clarify version for check_header, fixes #3974 check_header method was added in compiler object in version 0.47. Documentation needs to be updated for this. --- docs/markdown/Reference-manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index 9f49831..12018fc 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -1644,7 +1644,7 @@ the following methods: `args` keyword, you can specify external dependencies to use with `dependencies` keyword argument. -- `check_header` returns true if the specified header is *usable* with +- `check_header` *(added 0.47.0)* returns true if the specified header is *usable* with the specified prefix, dependencies, and arguments. You can specify external dependencies to use with `dependencies` keyword argument and extra code to put above the header test with -- cgit v1.1