You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
environments: hide legacy environments by default, add a changelog
New users don't need to know about them, since they are currently phased
out. To give some context on when environments were added/removed add
a changelog with some links for extra context.
To enable the tabbed content feature enable the mkdocs plugin for it.
The active environment is selected via the `MSYSTEM` environment variable.
35
42
Setting `MSYSTEM` to `UCRT64` and starting a login shell will put you in that
@@ -87,3 +94,17 @@ code was compiled with MSVC.
87
94
and Windows Server 2016 or later. For older Windows versions, you have to
88
95
provide it explicitly or depend on the user having it installed. More
89
96
information about that can be found in [UCRT deployment](https://learn.microsoft.com/en-us/cpp/windows/universal-crt-deployment).
97
+
98
+
## Changelog
99
+
100
+
**2023-12-13:** Start of phase out for 32-bit environments, MINGW32 and CLANG32. See [NEWS](../news.md#2023-12-13-starting-to-drop-some-32-bit-packages) for more information.
101
+
102
+
**2022-12-30:** Added CLANGARM64 environment.
103
+
104
+
**2022-10-29:** Changed the default environment from MINGW64 to UCRT64. See [NEWS](../news.md#2022-10-29-changing-the-default-environment-from-mingw64-to-ucrt64) for more information.
105
+
106
+
**2022-05-01:** Added CLANG32 environment.
107
+
108
+
**2021-03-26:** Added UCRT64 environment.
109
+
110
+
**2020-05-17:** Dropped 32-bit variant of the MSYS environment. See [NEWS](../news.md#2020-05-17-32-bit-msys2-no-longer-actively-supported) for more information.
0 commit comments