diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2019-09-06 03:54:44 -0700 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-09-06 12:54:44 +0200 |
commit | 32769c478bb15bb7b290992a85dbea702dbc1f95 (patch) | |
tree | 99174185f1254828da0a385ae958b189b428b4a6 /changelog.md | |
parent | 83975543154f03b7803c1cb86a27e9c99e445b50 (diff) | |
download | Nim-32769c478bb15bb7b290992a85dbea702dbc1f95.tar.gz |
exportc now mangles same as importc, fixes #10578 (#12144)
* fixes #10578 * add tests * add changelog * add {.exportcpp.}
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index f135fa585..5735dd033 100644 --- a/changelog.md +++ b/changelog.md @@ -31,6 +31,8 @@ type ``` +- `exportc` now uses C instead of C++ mangling with `nim cpp`, matching behavior of `importc`, see #10578 + Use the new `exportcpp` to mangle as C++ when using `nim cpp`. ### Breaking changes in the compiler |