aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2017-06-26 20:39:00 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2017-06-26 23:29:42 +0300
commit3262be23dc3f01923a1d162a5914ba29f05416b7 (patch)
treed96027b2cae0979b2b08b47782a9292817daf858 /docs/markdown
parent3dca1c99a6a798d169761002cc7e4b1b89d4710e (diff)
downloadmeson-3262be23dc3f01923a1d162a5914ba29f05416b7.zip
meson-3262be23dc3f01923a1d162a5914ba29f05416b7.tar.gz
meson-3262be23dc3f01923a1d162a5914ba29f05416b7.tar.bz2
Fixed issues raised in review.
Diffstat (limited to 'docs/markdown')
-rw-r--r--docs/markdown/Release-notes-for-0.42.0.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/markdown/Release-notes-for-0.42.0.md b/docs/markdown/Release-notes-for-0.42.0.md
index 112d16f..7c66870 100644
--- a/docs/markdown/Release-notes-for-0.42.0.md
+++ b/docs/markdown/Release-notes-for-0.42.0.md
@@ -15,4 +15,6 @@ 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.
+and print a warning if any of the keyword arguments is not known. In the
+future this will become a hard error.
+