aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Release-notes-for-0.42.0.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/Release-notes-for-0.42.0.md')
-rw-r--r--docs/markdown/Release-notes-for-0.42.0.md19
1 files changed, 10 insertions, 9 deletions
diff --git a/docs/markdown/Release-notes-for-0.42.0.md b/docs/markdown/Release-notes-for-0.42.0.md
index e89f1a1..585380b 100644
--- a/docs/markdown/Release-notes-for-0.42.0.md
+++ b/docs/markdown/Release-notes-for-0.42.0.md
@@ -7,19 +7,20 @@ short-description: Release notes for 0.42
## Distribution tarballs from Mercurial repositories
-Creating distribution tarballs can now be made out of projects based on
-Mercurial. As before, this remains possible only with the Ninja backend.
+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.
+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.
+The Vala compiler has an alternative syntax, Genie, that uses the
+`.gs` file extension. Meson now recognises and uses Genie files.
## Pkgconfig support for additional cflags
@@ -47,8 +48,8 @@ uses_lto = get_option('b_lto')
Rust targets now take an optional `rust_crate_type` keyword, allowing
you to set the crate type of the resulting artifact. Valid crate types
are `dylib` or `cdylib` for shared libraries, and `rlib` or
-`staticlib` for static libraries. For more, see
-Rust's [linkage reference][rust-linkage].
+`staticlib` for static libraries. For more, see Rust's [linkage
+reference][rust-linkage].
[rust-linkage]: https://doc.rust-lang.org/reference/linkage.html