diff options
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 5b2509663..6320ec158 100644 --- a/changelog.md +++ b/changelog.md @@ -79,6 +79,9 @@ generated JavaScript. - The Nim compiler now supports the ``--asm`` command option for easier inspection of the produced assembler code. +- The Nim compiler now supports a new pragma called ``.localPassc`` to + pass specific compiler options to the C(++) backend for the C(++) file + that was produced from the current Nim module. ## Bugfixes |