diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2021-01-30 13:20:59 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2021-01-30 16:19:59 +0000 |
| commit | f72ee8e742a171db74ed32b54b85953b8dfe1d77 (patch) | |
| tree | 80e015f57b8bfc3c0a0fccb6b0d4ef4d602c0a0d /docs/markdown/Release-notes-for-0.39.0.md | |
| parent | 4f8cecca9733588b083dba8488143fa1ffb0e495 (diff) | |
| download | meson-f72ee8e742a171db74ed32b54b85953b8dfe1d77.tar.gz | |
Rewrap long text lines in docs. [skip ci]
Diffstat (limited to 'docs/markdown/Release-notes-for-0.39.0.md')
| -rw-r--r-- | docs/markdown/Release-notes-for-0.39.0.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/markdown/Release-notes-for-0.39.0.md b/docs/markdown/Release-notes-for-0.39.0.md index 705bb800a..73b49ae8d 100644 --- a/docs/markdown/Release-notes-for-0.39.0.md +++ b/docs/markdown/Release-notes-for-0.39.0.md @@ -3,12 +3,14 @@ title: Release 0.39 short-description: Release notes for 0.39 ... -The 0.39.0 release turned out to consist almost entirely of bug fixes and minor polishes. +The 0.39.0 release turned out to consist almost entirely of bug fixes +and minor polishes. # New features ## Extra arguments for tests -The Meson test executable allows specifying extra command line arguments to pass to test executables. +The Meson test executable allows specifying extra command line +arguments to pass to test executables. mesontest --test-args=--more-debug-info currenttest |
