Skip to content

Commit 1bd5f8e

Browse files
committed
Changelog and NEWS for #1040
1 parent b3b0bea commit 1bd5f8e

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2019-12-29 Qiang Kou <[email protected]>
2+
3+
* inst/include/Rcpp/vector/Matrix.h: Ensure scalar OP matrix do not
4+
change right-hand side in operation
5+
* inst/tinytest/test_matrix.R: New tests
6+
* inst/tinytest/cpp/Matrix.cpp: Idem
7+
18
2019-12-20 Dirk Eddelbuettel <[email protected]>
29

310
* DESCRIPTION (Version, Date): Roll minor version

inst/NEWS.Rd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
\ghpr{1036}).
1414
\item Finalizer calls clear external pointer first (Kirill Müller and
1515
Dirk in \ghpr{1038}).
16+
\item Scalar operations with a rhs matrix no longer change the
17+
matrix value (Qiang in \ghpr{1040} fixing (again) \ghit{365}).
1618
}
1719
\item Changes in Rcpp Attributes:
1820
\itemize{

0 commit comments

Comments
 (0)