Skip to content

Commit a535b58

Browse files
committed
minor ChangeLog edit and new NEWS entry for #461
1 parent 684fa32 commit a535b58

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ChangeLog

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
2016-04-11 Ben Goodrich <[email protected]>
2-
* R/Module.R: Avoid calling as.character() on a C++Object to prevent race
2+
3+
* R/Module.R: Avoid calling as.character() on C++Object to prevent race
34

45
2016-04-02 Dirk Eddelbuettel <[email protected]>
56

inst/NEWS.Rd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
garbage collector. (\ghpr{454})
2525
\item New function \code{is\_destructed} to check if an object has been
2626
destructed (presumably by \code{destruct}) (Romain in \ghpr{454})
27+
\item An apparent race condition in Module loading seen with R 3.3.0 was
28+
fixed (Ben Goodrich in \ghpr{461} fixing \ghit{458}).
2729
}
2830
}
2931
}

0 commit comments

Comments
 (0)