aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Release-notes-for-0.41.0.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/Release-notes-for-0.41.0.md')
-rw-r--r--docs/markdown/Release-notes-for-0.41.0.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/markdown/Release-notes-for-0.41.0.md b/docs/markdown/Release-notes-for-0.41.0.md
index 7861aad..8ce181a 100644
--- a/docs/markdown/Release-notes-for-0.41.0.md
+++ b/docs/markdown/Release-notes-for-0.41.0.md
@@ -11,15 +11,15 @@ Native support for linking against LLVM using the `dependency` function.
## vcs_tag keyword fallback is now optional
-The `fallback` keyword in `vcs_tag()` is now optional. If not given, its value
-defaults to the return value of `meson.project_version()`.
+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.
+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.
## Pkgconfig support for custom variables