1---
2title: Release 0.39
3short-description: Release notes for 0.39
4...
5
6The 0.39.0 release turned out to consist almost entirely of bug fixes and minor polishes.
7
8# New features
9
10## Extra arguments for tests
11
12The Meson test executable allows specifying extra command line arguments to pass to test executables.
13
14    mesontest --test-args=--more-debug-info currenttest
15