From 3dca1c99a6a798d169761002cc7e4b1b89d4710e Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sun, 25 Jun 2017 20:33:14 +0300 Subject: [PATCH] Updated release notes. --- docs/markdown/Release-notes-for-0.42.0.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/markdown/Release-notes-for-0.42.0.md b/docs/markdown/Release-notes-for-0.42.0.md index dcb86c38c..112d16f10 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.