diff options
-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 |