aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2018-04-23 13:52:55 +0100
committerJussi Pakkanen <jpakkane@gmail.com>2018-04-23 22:42:39 +0300
commit20088c22e97afae2ecf91b4d55dff982d53ade72 (patch)
tree26a05f4aae8ed06f87c5197dfb83bc4aebedf737
parentade59f987f40707d7f5fb43727b0de249a373469 (diff)
downloadmeson-20088c22e97afae2ecf91b4d55dff982d53ade72.zip
meson-20088c22e97afae2ecf91b4d55dff982d53ade72.tar.gz
meson-20088c22e97afae2ecf91b4d55dff982d53ade72.tar.bz2
Fix section headers in 0.46 release note [skip ci]
-rw-r--r--docs/markdown/Release-notes-for-0.46.0.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/markdown/Release-notes-for-0.46.0.md b/docs/markdown/Release-notes-for-0.46.0.md
index bb043bc..d0a4881 100644
--- a/docs/markdown/Release-notes-for-0.46.0.md
+++ b/docs/markdown/Release-notes-for-0.46.0.md
@@ -196,7 +196,9 @@ Major differences as of version 1.21.22:
* some backend messages are produced in ru_RU.KOI8-R even if LANG=C;
* its preprocessor treats some characters differently.
-So every noted difference is properly handled now in meson.## String escape character sequence update
+So every noted difference is properly handled now in meson.
+
+## String escape character sequence update
Single-quoted strings in meson have been taught the same set of escape
sequences as in Python. It is therefore now possible to use arbitrary bytes in
@@ -211,6 +213,9 @@ single-quote strings: `\'`, `\\` and `\n`.
Note that the behaviour of triple-quoted (multiline) strings has not changed.
They behave like raw strings and do not support any escape sequences.
+
+## New `forcefallback` wrap mode
+
A new wrap mode was added, `--wrap-mode=forcefallback`. When this is set,
dependencies for which a fallback was provided will always use it, even
if an external dependency exists and satisfies the version requirements.