diff options
author | Juan M Gómez <info@jmgomez.me> | 2023-06-21 10:41:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-21 11:41:40 +0200 |
commit | ede03782a340d9ba1315ef627f1129274a6d5722 (patch) | |
tree | 851a51ffde2b50c0ea5aed73f37d49b8fdc40c6d | |
parent | 5e529b3bfa7b3ca09cde7237134acd47e47ca48c (diff) | |
download | Nim-ede03782a340d9ba1315ef627f1129274a6d5722.tar.gz |
Update changelog_2_0_0.md (#22135)
-rw-r--r-- | changelogs/changelog_2_0_0.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/changelog_2_0_0.md b/changelogs/changelog_2_0_0.md index 4a0d505c8..f82cfe7cc 100644 --- a/changelogs/changelog_2_0_0.md +++ b/changelogs/changelog_2_0_0.md @@ -471,6 +471,10 @@ As a result `nnkVarTuple` nodes in variable sections will no longer be reflected in `typed` AST. +- C++ interoperability: + - New [`virtual`](https://nim-lang.github.io/Nim/manual_experimental.html#virtual-pragma) pragma added. + - Improvements to [`constructor`](https://nim-lang.github.io/Nim/manual_experimental.html#constructor-pragma) pragma. + ## Compiler changes - The `gc` switch has been renamed to `mm` ("memory management") in order to reflect the |