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 96cefeee1..164a07910 100644 --- a/changelogs/changes-3.0.0.md +++ b/changelogs/changes-3.0.0.md @@ -4,6 +4,7 @@ * Errors during project resolving print a sort of stack trace now, giving users 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;". # Language * Introduced new property `minimal` to `Depends` item that controls whether the |