|
|
|
@ -17,3 +17,10 @@ Native support for linking against LLVM using the `dependency` function. |
|
|
|
|
|
|
|
|
|
The `fallback` keyword in `vcs_tag` is now optional. If not given, its value |
|
|
|
|
defaults to the return value of `meson.project_version()`. |
|
|
|
|
|
|
|
|
|
## Better quoting of special characters in ninja command invocations |
|
|
|
|
|
|
|
|
|
The ninja backend now quotes special characters that may be interpreted by |
|
|
|
|
ninja itself, providing better interoperability with custom commands. This |
|
|
|
|
support may not be perfect; please report any issues found with special |
|
|
|
|
characters to the issue tracker. |
|
|
|
|