diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/markdown/Release-notes-for-0.42.0.md | 6 |
1 files changed, 6 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 f160e16..4b8fbe3 100644 --- a/docs/markdown/Release-notes-for-0.42.0.md +++ b/docs/markdown/Release-notes-for-0.42.0.md @@ -12,8 +12,14 @@ 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. ## Add support for Genie to Vala compiler The Vala compiler has an alternative syntax, Genie, that uses the `.gs` file extension. Meson now recognises and uses Genie files. + |