Skip to content

Commit e9fc7bc

Browse files
committed
update changelog
1 parent a8be924 commit e9fc7bc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

changelog.org

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
* v0.1.6
22
- fix syntax used for ~{.union.}~ pragma in wrapped R types, old
33
syntax not valid on modern Nim
4+
- fix up path logic for ~dyn.load~ in autogenerated R scripts. It now
5+
uses the path to the R script as the base directory for the shared
6+
library. This means the shared library must be in the same
7+
directory. Feel free to update the path as needed in the
8+
autogenerated R script by hand of course.
9+
- clarify raw vector test case and fix vector tests
410
* v0.1.5
511
- handle Nim procedures that return void when using
612
={.exportR.}=. This is done by rewriting to a =SEXP= return type,

0 commit comments

Comments
 (0)