diff options
author | Jonatan PÃ¥lsson <jonatan.p@gmail.com> | 2019-03-30 10:28:04 +0100 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2019-03-30 09:28:04 +0000 |
commit | 2a030e33f3c000134fd0d19204133befcae338c2 (patch) | |
tree | e72a0dd9bb3d61ccb741ffda5384a9787a80e9ad | |
parent | f8afcd59e0522e47bb651e8966cd2454e8182e77 (diff) | |
download | meson-2a030e33f3c000134fd0d19204133befcae338c2.zip meson-2a030e33f3c000134fd0d19204133befcae338c2.tar.gz meson-2a030e33f3c000134fd0d19204133befcae338c2.tar.bz2 |
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)
-rw-r--r-- | docs/markdown/Reference-manual.md | 3 |
1 files changed, 2 insertions, 1 deletions
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() |