Add a release note entry for C++ modules which was missing. [skip ci]

pull/8343/head
Jussi Pakkanen 4 years ago
parent ba99181ba7
commit 7d1b11d67b
  1. 9
      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

Loading…
Cancel
Save