summaryrefslogtreecommitdiff
path: root/docs/markdown/Release-notes-for-0.58.0.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/Release-notes-for-0.58.0.md')
-rw-r--r--docs/markdown/Release-notes-for-0.58.0.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/markdown/Release-notes-for-0.58.0.md b/docs/markdown/Release-notes-for-0.58.0.md
index 9a23abb7f..7187dc1fb 100644
--- a/docs/markdown/Release-notes-for-0.58.0.md
+++ b/docs/markdown/Release-notes-for-0.58.0.md
@@ -266,7 +266,7 @@ argument that will be separated by space.
## Specify man page locale during installation
Locale directories can now be passed to `install_man`:
-
+
```meson
# instead of
# install_data('foo.fr.1', install_dir: join_paths(get_option('mandir'), 'fr', 'man1'), rename: 'foo.1')`
@@ -354,4 +354,3 @@ The `b_sanitize` option for enabling Address sanitizer now works with
the Visual Studio compilers. This requires [a sufficiently new version
of Visual
Studio](https://devblogs.microsoft.com/cppblog/address-sanitizer-for-msvc-now-generally-available/).
-