diff options
author | Ivan Komissarov <[email protected]> | 2025-03-15 18:40:14 +0300 |
---|---|---|
committer | Ivan Komissarov <[email protected]> | 2025-05-14 13:57:57 +0000 |
commit | f7e71c1fefd1caf9c1706b71677528e86b1a1969 (patch) | |
tree | ffd202d41b002d12adf9d722b00d7c0d279b812d /changelogs/changes-3.0.0.md | |
parent | 6f12ba78a04809907ae4332ae2915f3a92947561 (diff) |
Add support for 'import std'
Change-Id: I6fdd804cf544511e5b6dae7c0c77b0791aebc469
Reviewed-by: Christian Kandeler <[email protected]>
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 |