From 20088c22e97afae2ecf91b4d55dff982d53ade72 Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Mon, 23 Apr 2018 13:52:55 +0100 Subject: Fix section headers in 0.46 release note [skip ci] --- docs/markdown/Release-notes-for-0.46.0.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/markdown/Release-notes-for-0.46.0.md b/docs/markdown/Release-notes-for-0.46.0.md index bb043bc19..d0a488138 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. -- cgit v1.2.3