aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2017-05-13 22:51:43 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2017-05-13 22:51:43 +0300
commitc2282f93824f2f983ea05aace3e3409c897f4384 (patch)
tree333d12f6ad1c488151fa877ab99f725ca16e6ce3 /docs
parent84012a509939d3babb741f0f61aec921e3ec34e4 (diff)
parent4ad9f2660864e00fa2a0220d3cf9bf0754a23c3e (diff)
downloadmeson-c2282f93824f2f983ea05aace3e3409c897f4384.zip
meson-c2282f93824f2f983ea05aace3e3409c897f4384.tar.gz
meson-c2282f93824f2f983ea05aace3e3409c897f4384.tar.bz2
Merged rust_args branch.
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/Release-notes-for-0.41.0.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/markdown/Release-notes-for-0.41.0.md b/docs/markdown/Release-notes-for-0.41.0.md
index c93fee8..a96ded0 100644
--- a/docs/markdown/Release-notes-for-0.41.0.md
+++ b/docs/markdown/Release-notes-for-0.41.0.md
@@ -53,3 +53,6 @@ other build systems. Currently this only works for projects using Git
and only with the Ninja backend.
+## Support for passing arguments to Rust compiler
+
+Targets for building rust now take a `rust_args` keyword.