diff options
Diffstat (limited to 'changelogs/changes-3.0.0.md')
-rw-r--r-- | changelogs/changes-3.0.0.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelogs/changes-3.0.0.md b/changelogs/changes-3.0.0.md index 164a07910..5b90c9500 100644 --- a/changelogs/changes-3.0.0.md +++ b/changelogs/changes-3.0.0.md @@ -5,6 +5,7 @@ a better idea about what is going wrong. * The JavaScript backend was switched to `QuickJS-NG`, which is actively maintained. * Added support for C++ standard library modules - "import std;" and "import std.compat;". +* Fixed support for arm64/armv7 with MSVC. # Language * Introduced new property `minimal` to `Depends` item that controls whether the |