From 2a030e33f3c000134fd0d19204133befcae338c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20P=C3=A5lsson?= Date: Sat, 30 Mar 2019 10:28:04 +0100 Subject: docs: Document when environment() was added (#5178) [skip ci] The environment() function was added in 0.35.0 (which contains a2e7ebc5, containing the actual addition) --- docs/markdown/Reference-manual.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/markdown') diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index 490ccf0..621e2ca 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -456,7 +456,8 @@ Print the argument string and halts the build process. environment_object environment() ``` -Returns an empty [environment variable object](#environment-object). +Returns an empty [environment variable object](#environment-object). Added in +0.35.0. ### executable() -- cgit v1.1