aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2017-06-25 20:33:14 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2017-06-26 21:10:27 +0300
commit3dca1c99a6a798d169761002cc7e4b1b89d4710e (patch)
tree3321caede66849b5771c96db60302bb46ca57d25
parent4a37baf3c500ff161b97dff50f6ad89e5542f362 (diff)
downloadmeson-3dca1c99a6a798d169761002cc7e4b1b89d4710e.zip
meson-3dca1c99a6a798d169761002cc7e4b1b89d4710e.tar.gz
meson-3dca1c99a6a798d169761002cc7e4b1b89d4710e.tar.bz2
Updated release notes.
-rw-r--r--docs/markdown/Release-notes-for-0.42.0.md5
1 files changed, 5 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..112d16f 100644
--- a/docs/markdown/Release-notes-for-0.42.0.md
+++ b/docs/markdown/Release-notes-for-0.42.0.md
@@ -11,3 +11,8 @@ 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 error out if any of keyword arguments is not known.