summaryrefslogtreecommitdiff
path: root/docs/markdown/Release-notes-for-0.45.0.md
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2018-12-13 20:05:29 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2018-12-13 20:06:31 +0530
commit99e77cf48dccb7bc01cf02e38b85f61bebfc22cf (patch)
tree45524fbd50150ddb7e902dcee9c8b19f5bfcc39c /docs/markdown/Release-notes-for-0.45.0.md
parent261ab9b2140005d4f7e42118ccb6598fa5b7f15d (diff)
downloadmeson-99e77cf48dccb7bc01cf02e38b85f61bebfc22cf.tar.gz
docs: Consistently use the same heading level in release notes [skip ci]
Otherwise some headings are much too large.
Diffstat (limited to 'docs/markdown/Release-notes-for-0.45.0.md')
-rw-r--r--docs/markdown/Release-notes-for-0.45.0.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/markdown/Release-notes-for-0.45.0.md b/docs/markdown/Release-notes-for-0.45.0.md
index 19d65b890..2b67f9b6c 100644
--- a/docs/markdown/Release-notes-for-0.45.0.md
+++ b/docs/markdown/Release-notes-for-0.45.0.md
@@ -176,7 +176,8 @@ defined in it.
## Can use custom targets as Windows resource files
The `compile_resources()` function of the `windows` module can now be used on custom targets as well as regular files.
-# Can promote dependencies with wrap command
+
+## Can promote dependencies with wrap command
The `promote` command makes it easy to copy nested dependencies to the top level.