diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2017-10-09 21:04:16 +0100 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-10-11 00:09:46 +0300 |
commit | 79b850dfcb42c39874b2592fb9d93553d42ee5c8 (patch) | |
tree | 397c64b47c8c5a34620e2f61e88bb64c1cc983ba /docs/markdown | |
parent | 16aa40875e642d22ce0aaa45ab7a6ed8d9632ee3 (diff) | |
download | meson-79b850dfcb42c39874b2592fb9d93553d42ee5c8.zip meson-79b850dfcb42c39874b2592fb9d93553d42ee5c8.tar.gz meson-79b850dfcb42c39874b2592fb9d93553d42ee5c8.tar.bz2 |
Typo and grammar fixes for 0.43.0 release note
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Release-notes-for-0.43.0.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Release-notes-for-0.43.0.md b/docs/markdown/Release-notes-for-0.43.0.md index c6734f0..ec7a4d5 100644 --- a/docs/markdown/Release-notes-for-0.43.0.md +++ b/docs/markdown/Release-notes-for-0.43.0.md @@ -19,7 +19,7 @@ found. Generators can now be configured to capture the standard output. See `test cases/common/98 gen extra/meson.build` for an example. -# Can index CustomTaget objects +# Can index CustomTarget objects The `CustomTarget` object can now be indexed like an array. The resulting object can be used as a source file for other Targets, this will create a @@ -93,7 +93,7 @@ flags = cc.get_supported_flags(warning_flags) # Better support for shared libraries in non-system paths -Meson has had support for prebuilt object files and static libraries. +Meson has support for prebuilt object files and static libraries. This release adds feature parity to shared libraries that are either in non-standard system paths or shipped as part of your project. On systems that support rpath, Meson automatically adds rpath entries |