Skip to content

Commit 358bbb9

Browse files
committed
Update ChangeLog
1 parent 898162e commit 358bbb9

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

ChangeLog

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2019-11-18 Kun Ren <mail@renkun.me>
2+
3+
* src/attributes.cpp: Add invisible param to export attribute (#1024)
4+
15
2019-11-13 Dirk Eddelbuettel <edd@debian.org>
26

37
* .github/ISSUE_TEMPLATE.md: Another small edit
@@ -11,7 +15,7 @@
1115
2019-11-11 Dirk Eddelbuettel <edd@debian.org>
1216

1317
* inst/unitTests/runit.packageversion.R: New test
14-
* inst/unitTests/cpp/rcppversion.cpp: Cpp portion of test
18+
* inst/unitTests/cpp/rcppversion.cpp: Cpp portion of test
1519

1620
2019-11-10 Dirk Eddelbuettel <edd@debian.org>
1721

@@ -29,14 +33,14 @@
2933

3034
* R/Attributes.R: Correct how cppFunction() deals with multiple
3135
depends arguments
32-
36+
3337
2019-11-08 Romain Francois <romain@rstudio.com>
3438

3539
* inst/include/Rcpp/lang.h: Safer Rcpp_list* and Rcpp_lang*
3640
* inst/include/Rcpp/Function.h: Add Function.invoke() for operator()
3741
* inst/include/Rcpp/generated/Function__operator.h: Safer
3842
Function.operator() using Function.invoke()
39-
43+
4044
2019-11-08 Dirk Eddelbuettel <edd@debian.org>
4145

4246
* DESCRIPTION (Date, Version): Release 1.0.3
@@ -49,7 +53,7 @@
4953
2019-11-06 Dirk Eddelbuettel <edd@debian.org>
5054

5155
* DESCRIPTION (Version, Date): Roll minor version
52-
56+
5357
* inst/include/Rcpp/XPtr.h: Provided fallback for old constructor
5458
when C++11 is not available (follow-up to #1003)
5559
* inst/unitTests/runit.XPTr.R (test.XPtr): On Windows (as a proxy for
@@ -69,7 +73,7 @@
6973
* inst/include/Rcpp/proxy/FieldProxy.h: Idem (inside Rf_lang3 and 4)
7074

7175
2019-10-31 Romain Francois <romain@rstudio.com>
72-
76+
7377
* inst/include/Rcpp/DataFrame.h: Protect temporaries from gc
7478
* inst/include/Rcpp/Environment.h: Idem
7579
* inst/include/Rcpp/r_cast.h: Idem
@@ -88,7 +92,7 @@
8892
* vignettes/Rcpp-package.Rnw: Another wrapper
8993
* vignettes/Rcpp-jss-2011.Rnw: Idem
9094

91-
* vignettes/Makefile: Refinements
95+
* vignettes/Makefile: Refinements
9296
* vignettes/rmd/Makefile: Idem
9397

9498
* cleanup: Removed bashism, added invocation of make clean
@@ -99,7 +103,7 @@
99103
* vignettes/Makefile: Added
100104

101105
2019-10-21 Dirk Eddelbuettel <edd@debian.org>
102-
106+
103107
* vignettes/rmd/*: Moved from parent directory
104108
* vignettes/pdf/*: New target directory
105109

@@ -142,7 +146,7 @@
142146
2019-10-01 Dirk Eddelbuettel <edd@debian.org>
143147

144148
* DESCRIPTION (Version, Date): Roll minor version
145-
149+
146150
2019-09-30 Kevin Ushey <kevinushey@gmail.com>
147151

148152
* inst/include/Rcpp.h: add RCPP_NO_MODULES

0 commit comments

Comments
 (0)