Skip to content

Commit 019fefd

Browse files
committed
Updated ChangeLog.
1 parent 9ced9aa commit 019fefd

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

ChangeLog

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
1+
2016-11-13 Daniel C. Dillon <[email protected]>
2+
3+
* inst/include/Rcpp/date_datetime/newDateVector.h: Fixed the copy
4+
constructor and added assignment operator.
5+
* inst/include/Rcpp/date_datetime/newDatetimeVector.h: Fixed the copy
6+
constructor and added assignment operator.
7+
* inst/unitTests/cpp/dates.cpp: Added assignment operator tests for
8+
DatetimeVector and DateVector for both new and old.
9+
* inst/unitTests/runit.Date.R: Added assignment operator tests for
10+
DatetimeVector and DateVector for both new and old.
11+
112
2016-11-10 Dirk Eddelbuettel <[email protected]>
213

314
* inst/include/Rcpp/date_datetime/newDateVector.h: Added constructor
415
using VectorBase<>
516

6-
2016-01-05 Daniel C. Dillon <[email protected]>
17+
2016-11-05 Daniel C. Dillon <[email protected]>
718

819
* inst/include/Rcpp/date_datetime/newDatetimeVector.h: Added constructor
920
to instantiate newDatetimeVector from VectorBase.

0 commit comments

Comments
 (0)