aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2021-02-14 22:12:18 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2021-02-14 22:12:18 +0200
commit7d1b11d67bc92b469441039b88e1359be245e353 (patch)
tree2de174698485305b771d6162485b9af2ebad04e8 /docs
parentba99181ba723cceb28f164dd08621732ffc521d6 (diff)
downloadmeson-7d1b11d67bc92b469441039b88e1359be245e353.zip
meson-7d1b11d67bc92b469441039b88e1359be245e353.tar.gz
meson-7d1b11d67bc92b469441039b88e1359be245e353.tar.bz2
Add a release note entry for C++ modules which was missing. [skip ci]
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/Release-notes-for-0.57.0.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/markdown/Release-notes-for-0.57.0.md b/docs/markdown/Release-notes-for-0.57.0.md
index 93db683..ce0c98d 100644
--- a/docs/markdown/Release-notes-for-0.57.0.md
+++ b/docs/markdown/Release-notes-for-0.57.0.md
@@ -62,7 +62,14 @@ object](Reference-manual.md#meson-object) documentation for details.
## meson install --dry-run
New option to meson install command that does not actually install files, but
-only print messages.
+only prints messages.
+
+## Experimental support for C++ modules in Visual Studio
+
+Modules are a new C++ 20 feature for organising source code aiming to
+increase compilation speed and reliability. This support is
+experimental and may change in future releases. It only works with the
+latest preview release of Visual Studio.
## Qt6 module