Skip to content

Commit 37a554c

Browse files
committed
Update NEWS for recent merges and commits
1 parent 6036853 commit 37a554c

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

inst/NEWS.Rd

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
\newcommand{\ghpr}{\href{https://github.com/RcppCore/Rcpp/pull/#1}{##1}}
44
\newcommand{\ghit}{\href{https://github.com/RcppCore/Rcpp/issues/#1}{##1}}
55

6-
\section{Changes in Rcpp release version 1.1.2 [unreleased] (expected 2026-07-xx)}{
6+
\section{Changes in Rcpp release version 1.1.2 [unreleased] (expected 2026-07-01)}{
77
\itemize{
88
\item Changes in Rcpp API:
99
\itemize{
@@ -21,6 +21,18 @@
2121
(Iñaki in \ghpr{1457} fixing \ghpr{1454})
2222
\item The parent environment is now accessed via \code{R_ParentEnv}
2323
(Dirk in \ghpr{1460} fixing \ghit{1459})
24+
\item Change to returning \code{dataptr} again for better handling of
25+
empty vectors (Iñaki in \ghpr{1462} fixing \ghit{1461})
26+
}
27+
\item Changes in Rcpp Documentation:
28+
\itemize{
29+
\item Reference in the bibliography used by the package vignettes have
30+
been updated.
31+
}
32+
\item Changes in Rcpp Deployment:
33+
\itemize{
34+
\item Excute permissions are set consistently on scripts with shebangs
35+
(Mattias Ellert in \ghpr{1467})
2436
}
2537
}
2638
}

0 commit comments

Comments
 (0)