Skip to content

Commit ef4e9c5

Browse files
committed
extra newline (closes #701)
updated NEWS and ChangeLog
1 parent fdc4ad4 commit ef4e9c5

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2017-05-30 Dirk Eddelbuettel <[email protected]>
2+
3+
* inst/include/Rcpp/utils/tinyformat.h: Added missing newline
4+
15
2017-05-23 JJ Allaire <[email protected]>
26

37
* R/Attributes.R: Execute tools::package_native_routine_registration_skeleton

inst/NEWS.Rd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,16 @@
55

66
\section{Changes in Rcpp version 0.12.12 (Unreleased)}{
77
\itemize{
8+
\item Changes in Rcpp API:
9+
\itemize{
10+
\item The \code{tinyformat.h} header now ends in a newline (\ghit{701}).
11+
}
812
\item Changes in Rcpp Attributes:
913
\itemize{
1014
\item Execute tools::package_native_routine_registration_skeleton
1115
within package rather than current working directory.
16+
\item The R portion no longer uses \code{dir.exists} to no require R 3.2.0
17+
or newer (Elias Pipping in \ghpr{698}).
1218
}
1319
}
1420
}

inst/include/Rcpp/utils/tinyformat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1043,4 +1043,4 @@ TINYFORMAT_FOREACH_ARGNUM(TINYFORMAT_MAKE_FORMAT_FUNCS)
10431043

10441044
} // namespace tinyformat
10451045

1046-
#endif // TINYFORMAT_H_INCLUDED
1046+
#endif // TINYFORMAT_H_INCLUDED

0 commit comments

Comments
 (0)