aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2017-06-27 04:12:17 -0400
committerGitHub <noreply@github.com>2017-06-27 04:12:17 -0400
commit80ebc916f78ad736494ffee49f100134954acc2c (patch)
tree724f8c7390efd0536fa3a37082414a359ae9fd1f /docs
parentee8fcd5f6729c0481c18309d6ad2beb0fdc67792 (diff)
parent3262be23dc3f01923a1d162a5914ba29f05416b7 (diff)
downloadmeson-80ebc916f78ad736494ffee49f100134954acc2c.zip
meson-80ebc916f78ad736494ffee49f100134954acc2c.tar.gz
meson-80ebc916f78ad736494ffee49f100134954acc2c.tar.bz2
Merge pull request #2001 from mesonbuild/kwcheck
Decorator to check for unknown keyword arguments
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/Release-notes-for-0.42.0.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/markdown/Release-notes-for-0.42.0.md b/docs/markdown/Release-notes-for-0.42.0.md
index dcb86c3..7c66870 100644
--- a/docs/markdown/Release-notes-for-0.42.0.md
+++ b/docs/markdown/Release-notes-for-0.42.0.md
@@ -11,3 +11,10 @@ short-description: Release notes for 0.42 (preliminary)
Creating distribution tarballs can now be made out of projects based on
Mercurial. As before, this remains possible only with the Ninja backend.
+
+## Keyword argument verification
+
+Meson will now check the keyword arguments used when calling any function
+and print a warning if any of the keyword arguments is not known. In the
+future this will become a hard error.
+